Home
last modified time | relevance | path

Searched refs:tipc_ehdr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/tipc/
H A Dcrypto.h117 struct tipc_ehdr { struct
152 #define EHDR_SIZE (offsetof(struct tipc_ehdr, addr) + sizeof(__be32)) argument
153 #define EHDR_CFG_SIZE (sizeof(struct tipc_ehdr))
H A Dcrypto.c742 struct tipc_ehdr *ehdr; in tipc_aead_encrypt()
791 ehdr = (struct tipc_ehdr *)skb->data; in tipc_aead_encrypt()
885 struct tipc_ehdr *ehdr; in tipc_aead_decrypt()
916 ehdr = (struct tipc_ehdr *)skb->data; in tipc_aead_decrypt()
1002 struct tipc_ehdr *ehdr; in tipc_ehdr_validate()
1008 ehdr = (struct tipc_ehdr *)skb->data; in tipc_ehdr_validate()
1035 struct tipc_ehdr *ehdr; in tipc_ehdr_build()
1383 struct tipc_ehdr *ehdr = (struct tipc_ehdr *)skb_network_header(skb); in tipc_crypto_key_synch()
1895 struct tipc_ehdr *ehdr; in tipc_crypto_rcv_complete()
1918 ehdr = (struct tipc_ehdr *)(*skb)->data; in tipc_crypto_rcv_complete()
[all …]
H A Dnode.c2096 struct tipc_ehdr *ehdr; in tipc_rcv()
2102 ehdr = (struct tipc_ehdr *)skb->data; in tipc_rcv()