Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dnexthop.c20 struct nl_info *nlinfo);
697 struct nl_info *nlinfo) in remove_nh_grp_entry() argument
728 if (nlinfo) in remove_nh_grp_entry()
729 nexthop_notify(RTM_NEWNEXTHOP, nhge->nh_parent, nlinfo); in remove_nh_grp_entry()
733 struct nl_info *nlinfo) in remove_nexthop_from_groups() argument
742 remove_nh_grp_entry(nhge, nhg, nlinfo); in remove_nexthop_from_groups()
746 remove_nexthop(net, nhge->nh_parent, nlinfo); in remove_nexthop_from_groups()
750 static void remove_nexthop_group(struct nexthop *nh, struct nl_info *nlinfo) in remove_nexthop_group() argument
791 struct nl_info *nlinfo) in __remove_nexthop() argument
796 remove_nexthop_group(nh, nlinfo); in __remove_nexthop()
[all …]
/Linux-v5.4/include/net/
Dnexthop.h46 struct nl_info nlinfo; member