Lines Matching refs:qeth_hdr
1769 struct sk_buff *skb, struct qeth_hdr *hdr, in qeth_l3_rebuild_skb()
1855 struct qeth_hdr *hdr; in qeth_l3_process_inbound_buffer()
2678 struct qeth_hdr *hdr, struct sk_buff *skb) in qeth_l3_fill_af_iucv_hdr()
2689 memset(hdr, 0, sizeof(struct qeth_hdr)); in qeth_l3_fill_af_iucv_hdr()
2701 static void qeth_l3_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, in qeth_l3_fill_header()
2706 memset(hdr, 0, sizeof(struct qeth_hdr)); in qeth_l3_fill_header()
2722 hdr->hdr.l3.length = skb->len - sizeof(struct qeth_hdr); in qeth_l3_fill_header()
2750 if (!memcmp(skb->data + sizeof(struct qeth_hdr), in qeth_l3_fill_header()
2765 struct qeth_hdr *hdr, struct sk_buff *skb) in qeth_l3_hdr_csum()
2782 struct qeth_hdr *qhdr, struct sk_buff *skb) in qeth_tso_fill_header()
2833 struct qeth_hdr *hdr = NULL; in qeth_l3_hard_start_xmit()
2928 hdr = (struct qeth_hdr *)skb_push(new_skb, in qeth_l3_hard_start_xmit()
2936 hdr = (struct qeth_hdr *)skb_push(new_skb, in qeth_l3_hard_start_xmit()
2937 sizeof(struct qeth_hdr)); in qeth_l3_hard_start_xmit()