Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Ddn_route.h30 #define DN_RT_F_IE 0x20 /* Intra Ethernet, Reserved in short pkt */ macro
/Linux-v4.19/net/decnet/
Ddn_route.c762 cb->rt_flags |= DN_RT_F_IE; in dn_output()
808 cb->rt_flags &= ~DN_RT_F_IE; in dn_forward()
810 cb->rt_flags |= DN_RT_F_IE; in dn_forward()
1428 if (cb->rt_flags & DN_RT_F_IE) { in dn_route_input_slow()
Ddn_neigh.c238 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()