Home
last modified time | relevance | path

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

/net/tipc/
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))
Dcrypto.c274 static inline int tipc_ehdr_size(struct tipc_ehdr *ehdr);
742 struct tipc_ehdr *ehdr; in tipc_aead_encrypt()
802 ehdr = (struct tipc_ehdr *)skb->data; in tipc_aead_encrypt()
896 struct tipc_ehdr *ehdr; in tipc_aead_decrypt()
927 ehdr = (struct tipc_ehdr *)skb->data; in tipc_aead_decrypt()
1000 static inline int tipc_ehdr_size(struct tipc_ehdr *ehdr) in tipc_ehdr_size()
1013 struct tipc_ehdr *ehdr; in tipc_ehdr_validate()
1019 ehdr = (struct tipc_ehdr *)skb->data; in tipc_ehdr_validate()
1046 struct tipc_ehdr *ehdr; in tipc_ehdr_build()
1054 ehdr = (struct tipc_ehdr *)skb_push(skb, ehsz); in tipc_ehdr_build()
[all …]
Dnode.c2096 struct tipc_ehdr *ehdr; in tipc_rcv()
2102 ehdr = (struct tipc_ehdr *)skb->data; in tipc_rcv()