Searched refs:af_iucv_trans_hdr (Results 1 – 3 of 3) sorted by relevance
68 struct af_iucv_trans_hdr { struct83 static inline struct af_iucv_trans_hdr *iucv_trans_hdr(struct sk_buff *skb) in iucv_trans_hdr() argument85 return (struct af_iucv_trans_hdr *)skb_network_header(skb); in iucv_trans_hdr()
198 struct af_iucv_trans_hdr *phs_hdr; in afiucv_hs_send()360 blen = sizeof(struct af_iucv_trans_hdr) + in iucv_send_ctrl()982 headroom = sizeof(struct af_iucv_trans_hdr) + in iucv_sock_sendmsg()1559 sizeof(struct af_iucv_trans_hdr) - ETH_HLEN : in iucv_sock_getsockopt()1812 struct af_iucv_trans_hdr *trans_hdr = iucv_trans_hdr(skb); in afiucv_swap_src_dest()1835 struct af_iucv_trans_hdr *trans_hdr = iucv_trans_hdr(skb); in afiucv_hs_callback_syn()2000 skb_pull(skb, sizeof(struct af_iucv_trans_hdr)); in afiucv_hs_callback_rx()2031 struct af_iucv_trans_hdr *trans_hdr; in afiucv_hs_rcv()2107 if (skb->len == sizeof(struct af_iucv_trans_hdr)) { in afiucv_hs_rcv()
5471 struct af_iucv_trans_hdr *iucv = (struct af_iucv_trans_hdr *) skb->data; in qeth_l3_rebuild_skb()