| /OK3568_Linux_fs/kernel/net/decnet/ |
| H A D | dn_route.c | 434 *ptr++ = (cb->rt_flags & ~DN_RT_F_RQR) | DN_RT_F_RTS; in dn_return_short() 477 *ptr++ = (cb->rt_flags & ~DN_RT_F_RQR) | DN_RT_F_RTS; in dn_return_long() 517 (int)cb->rt_flags, devname, skb->len, in dn_route_rx_packet() 522 if ((skb->pkt_type == PACKET_HOST) && (cb->rt_flags & DN_RT_F_RQR)) { in dn_route_rx_packet() 523 switch (cb->rt_flags & DN_RT_PKT_MSK) { in dn_route_rx_packet() 670 cb->rt_flags = flags; in dn_route_rcv() 757 cb->rt_flags &= ~DN_RT_F_RQR; in dn_output() 758 cb->rt_flags |= DN_RT_F_IE; in dn_output() 804 cb->rt_flags &= ~DN_RT_F_IE; in dn_forward() 805 if (rt->rt_flags & RTCF_DOREDIRECT) in dn_forward() [all …]
|
| H A D | dn_nsp_in.c | 688 if (cb->rt_flags & DN_RT_F_RTS) in dn_nsp_no_socket() 741 if (unlikely(cb->rt_flags & DN_RT_F_RTS)) in dn_nsp_rx_packet() 771 if (unlikely(cb->rt_flags & DN_RT_F_RTS)) { in dn_nsp_rx_packet() 822 if (cb->rt_flags & DN_RT_F_RTS) { in dn_nsp_backlog_rcv()
|
| H A D | dn_neigh.c | 238 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()
|
| H A D | dn_nsp_out.c | 692 cb->rt_flags = DN_RT_F_RQR; in dn_nsp_send_conninit()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | fib_frontend.c | 280 if ((rt->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST | RTCF_LOCAL)) == in fib_compute_spec_dst() 490 if (!(rt->rt_flags & RTF_HOST)) { in rtentry_to_fib_config() 515 if (rt->rt_flags & RTF_REJECT) { in rtentry_to_fib_config() 571 if (rt->rt_flags & RTF_GATEWAY && in rtentry_to_fib_config() 579 if (rt->rt_flags & RTF_GATEWAY && !cfg->fc_gw_family) in rtentry_to_fib_config() 585 if (rt->rt_flags & (RTF_MTU | RTF_WINDOW | RTF_IRTT)) { in rtentry_to_fib_config() 593 if (rt->rt_flags & RTF_MTU) in rtentry_to_fib_config() 596 if (rt->rt_flags & RTF_WINDOW) in rtentry_to_fib_config() 599 if (rt->rt_flags & RTF_IRTT) in rtentry_to_fib_config()
|
| H A D | xfrm4_policy.c | 85 xdst->u.rt.rt_flags = rt->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST | in xfrm4_fill_dst()
|
| H A D | datagram.c | 59 if ((rt->rt_flags & RTCF_BROADCAST) && !sock_flag(sk, SOCK_BROADCAST)) { in __ip4_datagram_connect()
|
| H A D | route.c | 473 (rt->rt_flags & in ipv4_confirm_neigh() 660 rt->rt_flags |= RTCF_REDIRECTED; in fill_route_from_fnhe() 878 } else if ((rt->rt_flags & RTCF_REDIRECTED) || in ipv4_negative_advice() 1678 rt->rt_flags = flags; in rt_dst_alloc() 1707 new_rt->rt_flags = rt->rt_flags; in rt_dst_clone() 2293 rth->rt_flags &= ~RTCF_LOCAL; in ip_route_input_slow() 2765 rt->rt_flags = ort->rt_flags; in ipv4_blackhole_route() 2876 r->rtm_flags = (rt->rt_flags & ~0xFFFF) | RTM_F_CLONED; in rt_fill_info() 2877 if (rt->rt_flags & RTCF_NOTIFY) in rt_fill_info() 3288 rt->rt_flags |= RTCF_NOTIFY; in inet_rtm_getroute()
|
| H A D | icmp.c | 639 if (rt->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST)) in __icmp_send() 701 if (!(rt->rt_flags & RTCF_LOCAL)) { in __icmp_send() 1114 if (rt->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST)) { in icmp_rcv()
|
| H A D | ip_output.c | 385 if (rt->rt_flags&RTCF_MULTICAST) { in ip_mc_output() 397 ((rt->rt_flags & RTCF_LOCAL) || in ip_mc_output() 416 if (rt->rt_flags&RTCF_BROADCAST) { in ip_mc_output()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | route.h | 36 unsigned short rt_flags; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | route.h | 36 unsigned short rt_flags; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | route.h | 36 unsigned short rt_flags; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/net/ |
| H A D | route.h | 37 unsigned short int rt_flags; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/net/ |
| H A D | route.h | 37 unsigned short int rt_flags; member
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | compat.h | 38 unsigned short rt_flags; member
|
| H A D | dn_route.h | 77 unsigned int rt_flags; member
|
| H A D | dn.h | 160 __u8 rt_flags; member
|
| H A D | route.h | 53 unsigned int rt_flags; member
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_broadcast.c | 33 if (rt == NULL || !(rt->rt_flags & RTCF_BROADCAST)) in nf_conntrack_broadcast_help()
|
| /OK3568_Linux_fs/kernel/net/appletalk/ |
| H A D | ddp.c | 517 if (r->rt_flags != rt->flags) in atrtr_create() 568 rt->flags = r->rt_flags; in atrtr_create() 750 rtdef.rt_flags = RTF_UP; in atif_ioctl() 755 rtdef.rt_flags |= RTF_HOST; in atif_ioctl() 1860 get_user(rt.rt_flags, &ur->rt_flags) || in atalk_compat_routing_ioctl()
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | nf_reject_ipv4.c | 130 if (skb_rtable(oldskb)->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST)) in nf_send_reset()
|
| /OK3568_Linux_fs/kernel/net/dccp/ |
| H A D | ipv4.c | 78 if (rt->rt_flags & (RTCF_MULTICAST | RTCF_BROADCAST)) { in dccp_v4_connect() 586 if (skb_rtable(skb)->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST)) in dccp_v4_conn_request()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_core.c | 749 if (!(skb_rtable(skb)->rt_flags & RTCF_LOCAL) && in ip_vs_route_me_harder() 1704 if (!(skb_rtable(skb)->rt_flags & RTCF_LOCAL)) in ip_vs_in_icmp() 1718 (skb_rtable(skb)->rt_flags & RTCF_LOCAL)) { in ip_vs_in_icmp()
|
| H A D | ip_vs_xmit.c | 188 old_rt_is_local = skb_rtable(skb)->rt_flags & RTCF_LOCAL; in crosses_local_route_boundary() 362 local = (rt->rt_flags & RTCF_LOCAL) ? 1 : 0; in __ip_vs_get_out_rt()
|