Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dnexthop.c23 struct nl_info *nlinfo);
1733 struct nl_info *nlinfo) in remove_nh_grp_entry() argument
1749 remove_nexthop(net, nhp, nlinfo); in remove_nh_grp_entry()
1804 if (nlinfo) in remove_nh_grp_entry()
1805 nexthop_notify(RTM_NEWNEXTHOP, nhp, nlinfo); in remove_nh_grp_entry()
1809 struct nl_info *nlinfo) in remove_nexthop_from_groups() argument
1814 remove_nh_grp_entry(net, nhge, nlinfo); in remove_nexthop_from_groups()
1820 static void remove_nexthop_group(struct nexthop *nh, struct nl_info *nlinfo) in remove_nexthop_group() argument
1865 struct nl_info *nlinfo) in __remove_nexthop() argument
1870 remove_nexthop_group(nh, nlinfo); in __remove_nexthop()
[all …]
/Linux-v5.15/include/net/
Dnexthop.h54 struct nl_info nlinfo; member