Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c270 static inline int tipc_ehdr_size(struct tipc_ehdr *ehdr);
735 struct tipc_ehdr *ehdr; in tipc_aead_encrypt()
795 ehdr = (struct tipc_ehdr *)skb->data; in tipc_aead_encrypt()
889 struct tipc_ehdr *ehdr; in tipc_aead_decrypt()
920 ehdr = (struct tipc_ehdr *)skb->data; in tipc_aead_decrypt()
993 static inline int tipc_ehdr_size(struct tipc_ehdr *ehdr) in tipc_ehdr_size()
1006 struct tipc_ehdr *ehdr; in tipc_ehdr_validate()
1012 ehdr = (struct tipc_ehdr *)skb->data; in tipc_ehdr_validate()
1039 struct tipc_ehdr *ehdr; in tipc_ehdr_build()
1047 ehdr = (struct tipc_ehdr *)skb_push(skb, ehsz); in tipc_ehdr_build()
[all …]
H A Dnode.c2061 struct tipc_ehdr *ehdr; in tipc_rcv()
2067 ehdr = (struct tipc_ehdr *)skb->data; in tipc_rcv()