Searched refs:qeth_hdr (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/s390/net/ |
D | qeth_core.h | 324 struct qeth_hdr { struct 347 struct qeth_hdr hdr; /*hdr->hdr.l3.xxx*/ argument 921 struct qeth_hdr **); 960 struct sk_buff *, struct qeth_hdr *, int, int, int); 962 struct sk_buff *, struct qeth_hdr *, int); 971 int qeth_hdr_chk_and_bounce(struct sk_buff *, struct qeth_hdr **, int);
|
D | qeth_l2_main.c | 253 struct qeth_hdr *hdr, struct sk_buff *skb) in qeth_l2_hdr_csum() 269 static void qeth_l2_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, in qeth_l2_fill_header() 274 memset(hdr, 0, sizeof(struct qeth_hdr)); in qeth_l2_fill_header() 481 struct qeth_hdr *hdr; in qeth_l2_process_inbound_buffer() 515 skb_push(skb, sizeof(struct qeth_hdr)); in qeth_l2_process_inbound_buffer() 517 sizeof(struct qeth_hdr)); in qeth_l2_process_inbound_buffer() 862 struct qeth_hdr *hdr = NULL; in qeth_l2_hard_start_xmit() 896 hdr = (struct qeth_hdr *)skb->data; in qeth_l2_hard_start_xmit() 910 memcpy(((char *)hdr) + sizeof(struct qeth_hdr), in qeth_l2_hard_start_xmit() 915 sizeof(struct qeth_hdr)); in qeth_l2_hard_start_xmit() [all …]
|
D | qeth_l3_main.c | 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() [all …]
|
D | qeth_core_main.c | 3853 int qeth_hdr_chk_and_bounce(struct sk_buff *skb, struct qeth_hdr **hdr, int len) in qeth_hdr_chk_and_bounce() 3867 *hdr = (struct qeth_hdr *)skb->data; in qeth_hdr_chk_and_bounce() 3955 struct qeth_hdr *hdr, int offset, int hd_len) in qeth_fill_buffer() 3983 buffer->element[element].length = sizeof(struct qeth_hdr) + in qeth_fill_buffer() 4017 struct qeth_hdr *hdr, int elements_needed, in qeth_do_send_packet_fast() 4048 struct sk_buff *skb, struct qeth_hdr *hdr, in qeth_do_send_packet() 5168 struct qeth_hdr **hdr) in qeth_core_get_next_skb() 5182 if (element->length < offset + sizeof(struct qeth_hdr)) { in qeth_core_get_next_skb() 5187 if (element->length < sizeof(struct qeth_hdr)) in qeth_core_get_next_skb() 5192 offset += sizeof(struct qeth_hdr); in qeth_core_get_next_skb() [all …]
|