Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Ddn_route.h30 #define DN_RT_F_IE 0x20 /* Intra Ethernet, Reserved in short pkt */ macro
/linux-4.4.14/net/decnet/
Ddn_route.c770 cb->rt_flags |= DN_RT_F_IE; in dn_output()
816 cb->rt_flags &= ~DN_RT_F_IE; in dn_forward()
818 cb->rt_flags |= DN_RT_F_IE; in dn_forward()
1434 if (cb->rt_flags & DN_RT_F_IE) { in dn_route_input_slow()
Ddn_neigh.c237 lp->msgflg = DN_RT_PKT_LONG|(cb->rt_flags&(DN_RT_F_IE|DN_RT_F_RQR|DN_RT_F_RTS)); in dn_long_output()