Searched refs:nlinfo (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv4/ |
| H A D | nexthop.c | 24 struct nl_info *nlinfo); 2035 struct nl_info *nlinfo, struct list_head *deferred_free) in remove_nh_grp_entry() argument 2051 return remove_nexthop(net, nhp, nlinfo); in remove_nh_grp_entry() 2106 if (nlinfo) in remove_nh_grp_entry() 2107 nexthop_notify(RTM_NEWNEXTHOP, nhp, nlinfo); in remove_nh_grp_entry() 2114 struct nl_info *nlinfo) in remove_nexthop_from_groups() argument 2127 need_flush |= remove_nh_grp_entry(net, nhge, nlinfo, in remove_nexthop_from_groups() 2142 static void remove_nexthop_group(struct nexthop *nh, struct nl_info *nlinfo) in remove_nexthop_group() argument 2197 struct nl_info *nlinfo) in __remove_nexthop() argument 2202 remove_nexthop_group(nh, nlinfo); in __remove_nexthop() [all …]
|
| /linux/include/net/ |
| H A D | nexthop.h | 57 struct nl_info nlinfo; member
|
| /linux/net/ipv6/ |
| H A D | ndisc.c | 1398 struct nl_info nlinfo = { in ndisc_router_discovery() local 1402 inet6_rt_notify(RTM_NEWROUTE, rt, &nlinfo, NLM_F_REPLACE); in ndisc_router_discovery()
|