Searched refs:af_iucv_trans_hdr (Results 1 – 2 of 2) sorted by relevance
68 struct af_iucv_trans_hdr { struct 83 static inline struct af_iucv_trans_hdr *iucv_trans_hdr(struct sk_buff *skb) in iucv_trans_hdr() argument 85 return (struct af_iucv_trans_hdr *)skb_network_header(skb); in iucv_trans_hdr()
199 struct af_iucv_trans_hdr *phs_hdr; in afiucv_hs_send() 361 blen = sizeof(struct af_iucv_trans_hdr) + in iucv_send_ctrl() 983 headroom = sizeof(struct af_iucv_trans_hdr) + in iucv_sock_sendmsg() 1568 sizeof(struct af_iucv_trans_hdr) - ETH_HLEN : in iucv_sock_getsockopt() 1821 struct af_iucv_trans_hdr *trans_hdr = iucv_trans_hdr(skb); in afiucv_swap_src_dest() 1844 struct af_iucv_trans_hdr *trans_hdr = iucv_trans_hdr(skb); in afiucv_hs_callback_syn() 2009 skb_pull(skb, sizeof(struct af_iucv_trans_hdr)); in afiucv_hs_callback_rx() 2040 struct af_iucv_trans_hdr *trans_hdr; in afiucv_hs_rcv() 2116 if (skb->len == sizeof(struct af_iucv_trans_hdr)) { in afiucv_hs_rcv()