Home
last modified time | relevance | path

Searched refs:QETH_HDR_IPV6 (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/s390/net/
H A Dqeth_core.h311 #define QETH_HDR_IPV6 0x80 macro
361 return !((h1->flags ^ h2->flags) & QETH_HDR_IPV6) && in qeth_l3_same_next_hop()
H A Dqeth_l3_main.c1679 hdr->hdr.l3.flags |= QETH_HDR_IPV6; in qeth_l3_fill_header()
1687 l3_hdr->flags |= QETH_HDR_IPV6; in qeth_l3_fill_header()
H A Dqeth_core_main.c5455 u16 prot = (l3_hdr->flags & QETH_HDR_IPV6) ? ETH_P_IPV6 : in qeth_l3_rebuild_skb()
5599 if (hdr->hdr.l3.flags & QETH_HDR_IPV6) in qeth_extract_skb()
/kernel/linux/linux-5.10/drivers/s390/net/
H A Dqeth_core.h323 #define QETH_HDR_IPV6 0x80 macro
374 return !((h1->flags ^ h2->flags) & QETH_HDR_IPV6) && in qeth_l3_same_next_hop()
H A Dqeth_l3_main.c1662 l3_hdr->flags = QETH_HDR_IPV6 | QETH_CAST_UNICAST; in qeth_l3_fill_header()
1703 hdr->hdr.l3.flags |= QETH_HDR_IPV6; in qeth_l3_fill_header()
H A Dqeth_core_main.c5431 u16 prot = (l3_hdr->flags & QETH_HDR_IPV6) ? ETH_P_IPV6 : in qeth_l3_rebuild_skb()
5598 if (hdr->hdr.l3.flags & QETH_HDR_IPV6) in qeth_extract_skb()

Completed in 37 milliseconds