Home
last modified time | relevance | path

Searched refs:DN_RT_F_RQR (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
A Ddn_route.h24 #define DN_RT_F_RQR 0x08 /* Return packet to sender upon non-delivery */ macro
/linux/net/decnet/
A 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()
284 sp->msgflg = DN_RT_PKT_SHORT|(cb->rt_flags&(DN_RT_F_RQR|DN_RT_F_RTS)); in dn_short_output()
326 sp->msgflg = DN_RT_PKT_SHORT|(cb->rt_flags&(DN_RT_F_RQR|DN_RT_F_RTS)); in dn_phase3_output()
A Ddn_route.c435 *ptr++ = (cb->rt_flags & ~DN_RT_F_RQR) | DN_RT_F_RTS; in dn_return_short()
479 *ptr++ = (cb->rt_flags & ~DN_RT_F_RQR) | DN_RT_F_RTS; in dn_return_long()
525 if ((skb->pkt_type == PACKET_HOST) && (cb->rt_flags & DN_RT_F_RQR)) { in dn_route_rx_packet()
761 cb->rt_flags &= ~DN_RT_F_RQR; in dn_output()
A Ddn_nsp_out.c692 cb->rt_flags = DN_RT_F_RQR; in dn_nsp_send_conninit()

Completed in 9 milliseconds