Home
last modified time | relevance | path

Searched refs:qeth_hdr (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/s390/net/
Dqeth_core.h321 struct qeth_hdr { struct
344 struct qeth_hdr hdr; /*hdr->hdr.l3.xxx*/ argument
914 struct qeth_hdr **);
953 struct sk_buff *, struct qeth_hdr *, int, int, int);
955 struct sk_buff *, struct qeth_hdr *, int);
964 int qeth_hdr_chk_and_bounce(struct sk_buff *, struct qeth_hdr **, int);
Dqeth_l2_main.c255 static void qeth_l2_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, in qeth_l2_fill_header()
260 memset(hdr, 0, sizeof(struct qeth_hdr)); in qeth_l2_fill_header()
438 struct qeth_hdr *hdr; in qeth_l2_process_inbound_buffer()
464 skb_push(skb, sizeof(struct qeth_hdr)); in qeth_l2_process_inbound_buffer()
466 sizeof(struct qeth_hdr)); in qeth_l2_process_inbound_buffer()
715 struct qeth_hdr *hdr = NULL; in qeth_l2_hard_start_xmit()
749 hdr = (struct qeth_hdr *)skb->data; in qeth_l2_hard_start_xmit()
763 memcpy(((char *)hdr) + sizeof(struct qeth_hdr), in qeth_l2_hard_start_xmit()
768 sizeof(struct qeth_hdr)); in qeth_l2_hard_start_xmit()
771 hdr = (struct qeth_hdr *)skb_push(new_skb, in qeth_l2_hard_start_xmit()
[all …]
Dqeth_l3_main.c1875 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()
[all …]
Dqeth_core_main.c3901 int qeth_hdr_chk_and_bounce(struct sk_buff *skb, struct qeth_hdr **hdr, int len) in qeth_hdr_chk_and_bounce()
3915 *hdr = (struct qeth_hdr *)skb->data; in qeth_hdr_chk_and_bounce()
4003 struct qeth_hdr *hdr, int offset, int hd_len) in qeth_fill_buffer()
4031 buffer->element[element].length = sizeof(struct qeth_hdr) + in qeth_fill_buffer()
4065 struct qeth_hdr *hdr, int elements_needed, in qeth_do_send_packet_fast()
4096 struct sk_buff *skb, struct qeth_hdr *hdr, in qeth_do_send_packet()
5217 struct qeth_hdr **hdr) in qeth_core_get_next_skb()
5231 if (element->length < offset + sizeof(struct qeth_hdr)) { in qeth_core_get_next_skb()
5236 if (element->length < sizeof(struct qeth_hdr)) in qeth_core_get_next_skb()
5241 offset += sizeof(struct qeth_hdr); in qeth_core_get_next_skb()
[all …]