Searched refs:qeth_tx_csum (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_core.h | 989 static inline void qeth_tx_csum(struct sk_buff *skb, u8 *flags, __be16 proto) in qeth_tx_csum() function
|
H A D | qeth_l3_main.c | 1644 qeth_tx_csum(skb, &hdr->hdr.l3.ext_flags, proto); in qeth_l3_fill_header()
|
H A D | qeth_l2_main.c | 172 qeth_tx_csum(skb, &hdr->hdr.l2.flags[1], proto); in qeth_l2_fill_header()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_core.h | 1009 static inline void qeth_tx_csum(struct sk_buff *skb, u8 *flags, int ipv) in qeth_tx_csum() function
|
H A D | qeth_l2_main.c | 172 qeth_tx_csum(skb, &hdr->hdr.l2.flags[1], ipv); in qeth_l2_fill_header()
|
H A D | qeth_l3_main.c | 1670 qeth_tx_csum(skb, &hdr->hdr.l3.ext_flags, ipv); in qeth_l3_fill_header()
|
Completed in 18 milliseconds