Home
last modified time | relevance | path

Searched refs:rt_type (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/net/ipv6/netfilter/
Dip6t_rt.c145 rtinfo->rt_type, route->type, in match()
147 ((rtinfo->rt_type == route->type) ^ in match()
169 ((rtinfo->rt_type == route->type) ^ in match()
271 (rtinfo->rt_type != 0) || in checkentry()
/linux-2.4.37.9/net/ipv4/
Dip_options.c584 if (rt->rt_type == RTN_UNICAST) { in ip_options_rcv_srr()
590 if (rt->rt_type != RTN_LOCAL) in ip_options_rcv_srr()
604 if (err || (rt2->rt_type != RTN_UNICAST && rt2->rt_type != RTN_LOCAL)) { in ip_options_rcv_srr()
610 if (rt2->rt_type != RTN_LOCAL) in ip_options_rcv_srr()
Droute.c718 if (rt->rt_type == RTN_UNICAST || rt->key.iif == 0) { in rt_intern_hash()
1302 rt->rt_type = res->type; in rt_set_nexthop()
1361 rth->rt_type = RTN_MULTICAST; in ip_route_input_mc()
1651 rth->rt_type = res.type; in ip_route_input_slow()
2122 r->rtm_type = rt->rt_type; in rt_fill_info()
Dip_output.c595 if (rt->rt_type == RTN_MULTICAST) in ip_build_xmit_slow()
719 if (rt->rt_type != RTN_MULTICAST) in ip_build_xmit()
Darp.c857 addr_type = rt->rt_type; in arp_process()
Dtcp_ipv4.c1164 if (((struct rtable*)skb->dst)->rt_type != RTN_LOCAL) in tcp_v4_send_reset()
/linux-2.4.37.9/include/linux/netfilter_ipv6/
Dip6t_rt.h10 u_int32_t rt_type; /* Routing Type */ member
/linux-2.4.37.9/include/net/
Ddn_route.h82 unsigned char rt_type; member
Droute.h71 unsigned rt_type; member
/linux-2.4.37.9/net/ipv6/
Dsit.c502 if (rt->rt_type != RTN_UNICAST) { in ipip6_tunnel_xmit()