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))
742 struct tipc_ehdr *ehdr; in tipc_aead_encrypt()791 ehdr = (struct tipc_ehdr *)skb->data; in tipc_aead_encrypt()890 struct tipc_ehdr *ehdr; in tipc_aead_decrypt()921 ehdr = (struct tipc_ehdr *)skb->data; in tipc_aead_decrypt()1007 struct tipc_ehdr *ehdr; in tipc_ehdr_validate()1013 ehdr = (struct tipc_ehdr *)skb->data; in tipc_ehdr_validate()1040 struct tipc_ehdr *ehdr; in tipc_ehdr_build()1388 struct tipc_ehdr *ehdr = (struct tipc_ehdr *)skb_network_header(skb); in tipc_crypto_key_synch()1900 struct tipc_ehdr *ehdr; in tipc_crypto_rcv_complete()1923 ehdr = (struct tipc_ehdr *)(*skb)->data; in tipc_crypto_rcv_complete()[all …]
2094 struct tipc_ehdr *ehdr; in tipc_rcv()2100 ehdr = (struct tipc_ehdr *)skb->data; in tipc_rcv()