Lines Matching refs:qeth_hdr
1875 struct sk_buff *skb, struct qeth_hdr *hdr, in qeth_l3_rebuild_skb()
1962 struct qeth_hdr *hdr; in qeth_l3_process_inbound_buffer()
2788 struct qeth_hdr *hdr, struct sk_buff *skb) in qeth_l3_fill_af_iucv_hdr()
2799 memset(hdr, 0, sizeof(struct qeth_hdr)); in qeth_l3_fill_af_iucv_hdr()
2811 static void qeth_l3_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, in qeth_l3_fill_header()
2816 memset(hdr, 0, sizeof(struct qeth_hdr)); in qeth_l3_fill_header()
2832 hdr->hdr.l3.length = skb->len - sizeof(struct qeth_hdr); in qeth_l3_fill_header()
2860 if (!memcmp(skb->data + sizeof(struct qeth_hdr), in qeth_l3_fill_header()
2875 struct qeth_hdr *hdr, struct sk_buff *skb) in qeth_l3_hdr_csum()
2892 struct qeth_hdr *qhdr, struct sk_buff *skb) in qeth_tso_fill_header()
2943 struct qeth_hdr *hdr = NULL; in qeth_l3_hard_start_xmit()
3038 hdr = (struct qeth_hdr *)skb_push(new_skb, in qeth_l3_hard_start_xmit()
3046 hdr = (struct qeth_hdr *)skb_push(new_skb, in qeth_l3_hard_start_xmit()
3047 sizeof(struct qeth_hdr)); in qeth_l3_hard_start_xmit()