tipc_ehdr
struct tipc_ehdr *ehdr;
ehdr = (struct tipc_ehdr *)skb->data;
struct tipc_ehdr *ehdr;
ehdr = (struct tipc_ehdr *)skb_push(skb, ehsz);
struct tipc_ehdr *ehdr = (struct tipc_ehdr *)skb_network_header(skb);
tx_key = ((struct tipc_ehdr *)(*skb)->data)->tx_key;
struct tipc_ehdr *ehdr;
ehdr = (struct tipc_ehdr *)(*skb)->data;
ehdr = (struct tipc_ehdr *)(*skb)->data;
static inline int tipc_ehdr_size(struct tipc_ehdr *ehdr);
struct tipc_ehdr *ehdr;
ehdr = (struct tipc_ehdr *)skb->data;
struct tipc_ehdr *ehdr;
ehdr = (struct tipc_ehdr *)skb->data;
static inline int tipc_ehdr_size(struct tipc_ehdr *ehdr)
#define EHDR_SIZE (offsetof(struct tipc_ehdr, addr) + sizeof(__be32))
#define EHDR_CFG_SIZE (sizeof(struct tipc_ehdr))
struct tipc_ehdr *ehdr;
ehdr = (struct tipc_ehdr *)skb->data;