Home
last modified time | relevance | path

Searched refs:nlinfo (Results 1 – 3 of 3) sorted by relevance

/linux/net/ipv4/
H A Dnexthop.c24 struct nl_info *nlinfo);
2020 struct nl_info *nlinfo, in remove_nh_grp_entry() argument
2037 remove_nexthop(net, nhp, nlinfo); in remove_nh_grp_entry()
2094 if (nlinfo) in remove_nh_grp_entry()
2095 nexthop_notify(RTM_NEWNEXTHOP, nhp, nlinfo); in remove_nh_grp_entry()
2099 struct nl_info *nlinfo) in remove_nexthop_from_groups() argument
2111 remove_nh_grp_entry(net, nhge, nlinfo, &deferred_free); in remove_nexthop_from_groups()
2123 static void remove_nexthop_group(struct nexthop *nh, struct nl_info *nlinfo) in remove_nexthop_group() argument
2179 struct nl_info *nlinfo) in __remove_nexthop() argument
2184 remove_nexthop_group(nh, nlinfo); in __remove_nexthop()
[all …]
/linux/include/net/
H A Dnexthop.h56 struct nl_info nlinfo; member
/linux/net/ipv6/
H A Dndisc.c1396 struct nl_info nlinfo = { in ndisc_router_discovery() local
1400 inet6_rt_notify(RTM_NEWROUTE, rt, &nlinfo, NLM_F_REPLACE); in ndisc_router_discovery()