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);
1995 struct nl_info *nlinfo) in remove_nh_grp_entry() argument
2011 remove_nexthop(net, nhp, nlinfo); in remove_nh_grp_entry()
2068 if (nlinfo) in remove_nh_grp_entry()
2069 nexthop_notify(RTM_NEWNEXTHOP, nhp, nlinfo); in remove_nh_grp_entry()
2073 struct nl_info *nlinfo) in remove_nexthop_from_groups() argument
2078 remove_nh_grp_entry(net, nhge, nlinfo); in remove_nexthop_from_groups()
2084 static void remove_nexthop_group(struct nexthop *nh, struct nl_info *nlinfo) in remove_nexthop_group() argument
2129 struct nl_info *nlinfo) in __remove_nexthop() argument
2134 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.c1412 struct nl_info nlinfo = { in ndisc_router_discovery() local
1416 inet6_rt_notify(RTM_NEWROUTE, rt, &nlinfo, NLM_F_REPLACE); in ndisc_router_discovery()