Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/net/
Dqeth_l3_main.c1980 (cast_type == RTN_MULTICAST) || in qeth_l3_get_cast_type()
1990 RTN_MULTICAST : RTN_UNICAST; in qeth_l3_get_cast_type()
1993 RTN_MULTICAST : RTN_UNICAST; in qeth_l3_get_cast_type()
1999 return RTN_MULTICAST; in qeth_l3_get_cast_type()
2026 if (cast_type == RTN_MULTICAST) in qeth_l3_cast_type_to_flag()
2068 hdr->hdr.l3.flags |= (cast_type == RTN_MULTICAST) ? in qeth_l3_fill_header()
Dqeth_l2_main.c192 return RTN_MULTICAST; in qeth_l2_get_cast_type()
206 if (cast_type == RTN_MULTICAST) in qeth_l2_fill_header()
/linux-4.19.296/include/uapi/linux/
Drtnetlink.h224 RTN_MULTICAST, /* Multicast route */ enumerator