Searched refs:nlinfo (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/net/ipv4/ |
| D | nexthop.c | 24 struct nl_info *nlinfo); 1757 struct nl_info *nlinfo) in remove_nh_grp_entry() argument 1773 remove_nexthop(net, nhp, nlinfo); in remove_nh_grp_entry() 1828 if (nlinfo) in remove_nh_grp_entry() 1829 nexthop_notify(RTM_NEWNEXTHOP, nhp, nlinfo); in remove_nh_grp_entry() 1833 struct nl_info *nlinfo) in remove_nexthop_from_groups() argument 1838 remove_nh_grp_entry(net, nhge, nlinfo); in remove_nexthop_from_groups() 1844 static void remove_nexthop_group(struct nexthop *nh, struct nl_info *nlinfo) in remove_nexthop_group() argument 1889 struct nl_info *nlinfo) in __remove_nexthop() argument 1894 remove_nexthop_group(nh, nlinfo); in __remove_nexthop() [all …]
|
| /Linux-v6.6/include/net/ |
| D | nexthop.h | 54 struct nl_info nlinfo; member
|
| /Linux-v6.6/net/ipv6/ |
| D | ndisc.c | 1405 struct nl_info nlinfo = { in ndisc_router_discovery() local 1409 inet6_rt_notify(RTM_NEWROUTE, rt, &nlinfo, NLM_F_REPLACE); in ndisc_router_discovery()
|