Lines Matching refs:tipc_ehdr
274 static inline int tipc_ehdr_size(struct tipc_ehdr *ehdr);
742 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()
916 ehdr = (struct tipc_ehdr *)skb->data; in tipc_aead_decrypt()
989 static inline int tipc_ehdr_size(struct tipc_ehdr *ehdr) in tipc_ehdr_size()
1002 struct tipc_ehdr *ehdr; in tipc_ehdr_validate()
1008 ehdr = (struct tipc_ehdr *)skb->data; in tipc_ehdr_validate()
1035 struct tipc_ehdr *ehdr; in tipc_ehdr_build()
1043 ehdr = (struct tipc_ehdr *)skb_push(skb, ehsz); in tipc_ehdr_build()
1383 struct tipc_ehdr *ehdr = (struct tipc_ehdr *)skb_network_header(skb); in tipc_crypto_key_synch()
1815 tx_key = ((struct tipc_ehdr *)(*skb)->data)->tx_key; in tipc_crypto_rcv()
1895 struct tipc_ehdr *ehdr; in tipc_crypto_rcv_complete()
1918 ehdr = (struct tipc_ehdr *)(*skb)->data; in tipc_crypto_rcv_complete()
1955 ehdr = (struct tipc_ehdr *)(*skb)->data; in tipc_crypto_rcv_complete()