Home
last modified time | relevance | path

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

/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.c274 static inline int tipc_ehdr_size(struct tipc_ehdr *ehdr);
733 struct tipc_ehdr *ehdr; in tipc_aead_encrypt()
782 ehdr = (struct tipc_ehdr *)skb->data; in tipc_aead_encrypt()
885 struct tipc_ehdr *ehdr;
916 ehdr = (struct tipc_ehdr *)skb->data; in tipc_aead_decrypt()
989 static inline int tipc_ehdr_size(struct tipc_ehdr *ehdr) in tipc_aead_decrypt_done()
1002 struct tipc_ehdr *ehdr;
1008 ehdr = (struct tipc_ehdr *)skb->data;
1035 struct tipc_ehdr *ehdr;
1043 ehdr = (struct tipc_ehdr *)skb_pus in tipc_ehdr_build()
[all...]
H A Dnode.c2094 struct tipc_ehdr *ehdr; in tipc_rcv()
2100 ehdr = (struct tipc_ehdr *)skb->data; in tipc_rcv()