Lines Matching refs:tipc_ehdr
270 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()
1389 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()
1958 ehdr = (struct tipc_ehdr *)(*skb)->data; in tipc_crypto_rcv_complete()