af_iucv_trans_hdr
struct af_iucv_trans_hdr *iucv = (struct af_iucv_trans_hdr *) skb->data;
static inline struct af_iucv_trans_hdr *iucv_trans_hdr(struct sk_buff *skb)
return (struct af_iucv_trans_hdr *)skb_network_header(skb);
sizeof(struct af_iucv_trans_hdr) - ETH_HLEN :
struct af_iucv_trans_hdr *trans_hdr = iucv_trans_hdr(skb);
struct af_iucv_trans_hdr *trans_hdr = iucv_trans_hdr(skb);
struct af_iucv_trans_hdr *phs_hdr;
skb_pull(skb, sizeof(struct af_iucv_trans_hdr));
struct af_iucv_trans_hdr *trans_hdr;
if (skb->len == sizeof(struct af_iucv_trans_hdr)) {
blen = sizeof(struct af_iucv_trans_hdr) +
headroom = sizeof(struct af_iucv_trans_hdr) +