af_iucv_trans_hdr 1314 drivers/s390/net/qeth_l3_main.c 	struct af_iucv_trans_hdr *iucv = (struct af_iucv_trans_hdr *) skb->data;
af_iucv_trans_hdr   83 include/net/iucv/af_iucv.h static inline struct af_iucv_trans_hdr *iucv_trans_hdr(struct sk_buff *skb)
af_iucv_trans_hdr   85 include/net/iucv/af_iucv.h 	return (struct af_iucv_trans_hdr *)skb_network_header(skb);
af_iucv_trans_hdr  321 net/iucv/af_iucv.c 	struct af_iucv_trans_hdr *phs_hdr;
af_iucv_trans_hdr  478 net/iucv/af_iucv.c 	blen = sizeof(struct af_iucv_trans_hdr) +
af_iucv_trans_hdr 1145 net/iucv/af_iucv.c 		headroom = sizeof(struct af_iucv_trans_hdr) +
af_iucv_trans_hdr 1719 net/iucv/af_iucv.c 				sizeof(struct af_iucv_trans_hdr) - ETH_HLEN :
af_iucv_trans_hdr 1956 net/iucv/af_iucv.c 	struct af_iucv_trans_hdr *trans_hdr = iucv_trans_hdr(skb);
af_iucv_trans_hdr 1979 net/iucv/af_iucv.c 	struct af_iucv_trans_hdr *trans_hdr = iucv_trans_hdr(skb);
af_iucv_trans_hdr 2142 net/iucv/af_iucv.c 	skb_pull(skb, sizeof(struct af_iucv_trans_hdr));
af_iucv_trans_hdr 2173 net/iucv/af_iucv.c 	struct af_iucv_trans_hdr *trans_hdr;
af_iucv_trans_hdr 2250 net/iucv/af_iucv.c 		if (skb->len == sizeof(struct af_iucv_trans_hdr)) {