Searched refs:tipc_ehdr (Results 1 – 3 of 3) sorted by relevance
117 struct tipc_ehdr { struct152 #define EHDR_SIZE (offsetof(struct tipc_ehdr, addr) + sizeof(__be32)) argument153 #define EHDR_CFG_SIZE (sizeof(struct tipc_ehdr))
270 static inline int tipc_ehdr_size(struct tipc_ehdr *ehdr);735 struct tipc_ehdr *ehdr; in tipc_aead_encrypt()795 ehdr = (struct tipc_ehdr *)skb->data; in tipc_aead_encrypt()889 struct tipc_ehdr *ehdr; in tipc_aead_decrypt()920 ehdr = (struct tipc_ehdr *)skb->data; in tipc_aead_decrypt()993 static inline int tipc_ehdr_size(struct tipc_ehdr *ehdr) in tipc_ehdr_size()1006 struct tipc_ehdr *ehdr; in tipc_ehdr_validate()1012 ehdr = (struct tipc_ehdr *)skb->data; in tipc_ehdr_validate()1039 struct tipc_ehdr *ehdr; in tipc_ehdr_build()1047 ehdr = (struct tipc_ehdr *)skb_push(skb, ehsz); in tipc_ehdr_build()[all …]
2061 struct tipc_ehdr *ehdr; in tipc_rcv()2067 ehdr = (struct tipc_ehdr *)skb->data; in tipc_rcv()