Lines Matching refs:tipc_ehdr
274 static inline int tipc_ehdr_size(struct tipc_ehdr *ehdr);
738 struct tipc_ehdr *ehdr; in tipc_aead_encrypt()
798 ehdr = (struct tipc_ehdr *)skb->data; in tipc_aead_encrypt()
892 struct tipc_ehdr *ehdr; in tipc_aead_decrypt()
923 ehdr = (struct tipc_ehdr *)skb->data; in tipc_aead_decrypt()
996 static inline int tipc_ehdr_size(struct tipc_ehdr *ehdr) in tipc_ehdr_size()
1009 struct tipc_ehdr *ehdr; in tipc_ehdr_validate()
1015 ehdr = (struct tipc_ehdr *)skb->data; in tipc_ehdr_validate()
1042 struct tipc_ehdr *ehdr; in tipc_ehdr_build()
1050 ehdr = (struct tipc_ehdr *)skb_push(skb, ehsz); in tipc_ehdr_build()
1390 struct tipc_ehdr *ehdr = (struct tipc_ehdr *)skb_network_header(skb); in tipc_crypto_key_synch()
1822 tx_key = ((struct tipc_ehdr *)(*skb)->data)->tx_key; in tipc_crypto_rcv()
1902 struct tipc_ehdr *ehdr; in tipc_crypto_rcv_complete()
1925 ehdr = (struct tipc_ehdr *)(*skb)->data; in tipc_crypto_rcv_complete()
1962 ehdr = (struct tipc_ehdr *)(*skb)->data; in tipc_crypto_rcv_complete()