Searched refs:rt6_ins (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/net/ipv6/ |
D | route.c | 328 static int rt6_ins(struct rt6_info *rt, struct nlmsghdr *nlh, struct netlink_skb_parms *req) in rt6_ins() function 376 err = rt6_ins(rt, NULL, req); in rt6_cow() 869 return rt6_ins(rt, nlh, req); in ip6_route_add() 1025 if (rt6_ins(nrt, NULL, NULL)) in rt6_redirect() 1115 rt6_ins(nrt, NULL, NULL); in rt6_pmtu_discovery() 1300 rt6_ins(rt, NULL, NULL); in ip6_rt_addr_add() 1433 err = rt6_ins(nrt, NULL, NULL); in rt6_flow_lookup()
|