Home
last modified time | relevance | path

Searched refs:push_len (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/s390/net/
Dqeth_l2_main.c654 int push_len, rc; in qeth_l2_xmit() local
661 push_len = qeth_add_hw_header(card, skb, &hdr, hw_hdr_len, proto_len, in qeth_l2_xmit()
663 if (push_len < 0) in qeth_l2_xmit()
664 return push_len; in qeth_l2_xmit()
665 if (!push_len) { in qeth_l2_xmit()
695 if (!push_len) in qeth_l2_xmit()
699 skb_pull(skb, push_len); in qeth_l2_xmit()
Dqeth_l3_main.c2175 int push_len, rc; in qeth_l3_xmit_offload() local
2186 push_len = qeth_add_hw_header(card, skb, &hdr, hw_hdr_len, 0, in qeth_l3_xmit_offload()
2188 if (push_len < 0) in qeth_l3_xmit_offload()
2189 return push_len; in qeth_l3_xmit_offload()
2190 if (!push_len) { in qeth_l3_xmit_offload()
2217 if (!push_len) in qeth_l3_xmit_offload()
2221 skb_pull(skb, push_len); in qeth_l3_xmit_offload()