Home
last modified time | relevance | path

Searched refs:QETH_HDR_IPV6 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/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.c1659 l3_hdr->flags = QETH_HDR_IPV6 | QETH_CAST_UNICAST; in qeth_l3_fill_header()
1700 hdr->hdr.l3.flags |= QETH_HDR_IPV6; in qeth_l3_fill_header()
H A Dqeth_core_main.c5433 u16 prot = (l3_hdr->flags & QETH_HDR_IPV6) ? ETH_P_IPV6 : in qeth_l3_rebuild_skb()
5600 if (hdr->hdr.l3.flags & QETH_HDR_IPV6) in qeth_extract_skb()