Lines Matching refs:tipc_ehdr
270 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()
1387 struct tipc_ehdr *ehdr = (struct tipc_ehdr *)skb_network_header(skb); in tipc_crypto_key_synch()
1819 tx_key = ((struct tipc_ehdr *)(*skb)->data)->tx_key; in tipc_crypto_rcv()
1899 struct tipc_ehdr *ehdr; in tipc_crypto_rcv_complete()
1922 ehdr = (struct tipc_ehdr *)(*skb)->data; in tipc_crypto_rcv_complete()
1959 ehdr = (struct tipc_ehdr *)(*skb)->data; in tipc_crypto_rcv_complete()