Home
last modified time | relevance | path

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

/Linux-v5.10/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.c270 static inline int tipc_ehdr_size(struct tipc_ehdr *ehdr);
731 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()
922 ehdr = (struct tipc_ehdr *)skb->data; in tipc_aead_decrypt()
995 static inline int tipc_ehdr_size(struct tipc_ehdr *ehdr) in tipc_ehdr_size()
1008 struct tipc_ehdr *ehdr; in tipc_ehdr_validate()
1014 ehdr = (struct tipc_ehdr *)skb->data; in tipc_ehdr_validate()
1041 struct tipc_ehdr *ehdr; in tipc_ehdr_build()
1049 ehdr = (struct tipc_ehdr *)skb_push(skb, ehsz); in tipc_ehdr_build()
[all …]
Dnode.c2052 struct tipc_ehdr *ehdr; in tipc_rcv()
2058 ehdr = (struct tipc_ehdr *)skb->data; in tipc_rcv()