Home
last modified time | relevance | path

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

/drivers/s390/net/
Dqeth_core.h321 struct qeth_hdr { struct
344 struct qeth_hdr hdr; /*hdr->hdr.l3.xxx*/ argument
933 struct qeth_hdr **);
974 struct sk_buff *, struct qeth_hdr *, int, int, int);
976 struct sk_buff *, struct qeth_hdr *, int);
985 int qeth_hdr_chk_and_bounce(struct sk_buff *, struct qeth_hdr **, int);
Dqeth_l2_main.c243 static void qeth_l2_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, in qeth_l2_fill_header()
248 memset(hdr, 0, sizeof(struct qeth_hdr)); in qeth_l2_fill_header()
418 struct qeth_hdr *hdr; in qeth_l2_process_inbound_buffer()
444 skb_push(skb, sizeof(struct qeth_hdr)); in qeth_l2_process_inbound_buffer()
446 sizeof(struct qeth_hdr)); in qeth_l2_process_inbound_buffer()
724 struct qeth_hdr *hdr = NULL; in qeth_l2_hard_start_xmit()
758 hdr = (struct qeth_hdr *)skb->data; in qeth_l2_hard_start_xmit()
772 memcpy(((char *)hdr) + sizeof(struct qeth_hdr), in qeth_l2_hard_start_xmit()
777 sizeof(struct qeth_hdr)); in qeth_l2_hard_start_xmit()
780 hdr = (struct qeth_hdr *)skb_push(new_skb, in qeth_l2_hard_start_xmit()
[all …]
Dqeth_l3_main.c1859 struct sk_buff *skb, struct qeth_hdr *hdr, in qeth_l3_rebuild_skb()
1946 struct qeth_hdr *hdr; in qeth_l3_process_inbound_buffer()
2767 struct qeth_hdr *hdr, struct sk_buff *skb) in qeth_l3_fill_af_iucv_hdr()
2772 memset(hdr, 0, sizeof(struct qeth_hdr)); in qeth_l3_fill_af_iucv_hdr()
2786 static void qeth_l3_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, in qeth_l3_fill_header()
2791 memset(hdr, 0, sizeof(struct qeth_hdr)); in qeth_l3_fill_header()
2807 hdr->hdr.l3.length = skb->len - sizeof(struct qeth_hdr); in qeth_l3_fill_header()
2835 if (!memcmp(skb->data + sizeof(struct qeth_hdr), in qeth_l3_fill_header()
2850 struct qeth_hdr *hdr, struct sk_buff *skb) in qeth_l3_hdr_csum()
2867 struct qeth_hdr *qhdr, struct sk_buff *skb) in qeth_tso_fill_header()
[all …]
Dqeth_core_main.c3836 int qeth_hdr_chk_and_bounce(struct sk_buff *skb, struct qeth_hdr **hdr, int len) in qeth_hdr_chk_and_bounce()
3850 *hdr = (struct qeth_hdr *)skb->data; in qeth_hdr_chk_and_bounce()
3938 struct qeth_hdr *hdr, int offset, int hd_len) in qeth_fill_buffer()
3966 buffer->element[element].length = sizeof(struct qeth_hdr) + in qeth_fill_buffer()
4000 struct qeth_hdr *hdr, int elements_needed, in qeth_do_send_packet_fast()
4031 struct sk_buff *skb, struct qeth_hdr *hdr, in qeth_do_send_packet()
5119 struct qeth_hdr **hdr) in qeth_core_get_next_skb()
5133 if (element->length < offset + sizeof(struct qeth_hdr)) { in qeth_core_get_next_skb()
5138 if (element->length < sizeof(struct qeth_hdr)) in qeth_core_get_next_skb()
5143 offset += sizeof(struct qeth_hdr); in qeth_core_get_next_skb()
[all …]