Searched refs:nlinfo (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | nexthop.c | 20 struct nl_info *nlinfo); 782 struct nl_info *nlinfo) in remove_nh_grp_entry() 797 remove_nexthop(net, nhp, nlinfo); in remove_nh_grp_entry() 836 if (nlinfo) in remove_nh_grp_entry() 837 nexthop_notify(RTM_NEWNEXTHOP, nhp, nlinfo); in remove_nh_grp_entry() 841 struct nl_info *nlinfo) in remove_nexthop_from_groups() 846 remove_nh_grp_entry(net, nhge, nlinfo); in remove_nexthop_from_groups() 852 static void remove_nexthop_group(struct nexthop *nh, struct nl_info *nlinfo) in remove_nexthop_group() argument 891 struct nl_info *nlinfo) in __remove_nexthop() 896 remove_nexthop_group(nh, nlinfo); in __remove_nexthop() 781 remove_nh_grp_entry(struct net *net, struct nh_grp_entry *nhge, struct nl_info *nlinfo) remove_nh_grp_entry() argument 840 remove_nexthop_from_groups(struct net *net, struct nexthop *nh, struct nl_info *nlinfo) remove_nexthop_from_groups() argument 890 __remove_nexthop(struct net *net, struct nexthop *nh, struct nl_info *nlinfo) __remove_nexthop() argument 908 remove_nexthop(struct net *net, struct nexthop *nh, struct nl_info *nlinfo) remove_nexthop() argument 1742 struct nl_info nlinfo = { rtm_del_nexthop() local [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | nexthop.c | 24 struct nl_info *nlinfo); 1757 struct nl_info *nlinfo) in remove_nh_grp_entry() 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() 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() 1894 remove_nexthop_group(nh, nlinfo); in __remove_nexthop() 1756 remove_nh_grp_entry(struct net *net, struct nh_grp_entry *nhge, struct nl_info *nlinfo) remove_nh_grp_entry() argument 1832 remove_nexthop_from_groups(struct net *net, struct nexthop *nh, struct nl_info *nlinfo) remove_nexthop_from_groups() argument 1888 __remove_nexthop(struct net *net, struct nexthop *nh, struct nl_info *nlinfo) __remove_nexthop() argument 1906 remove_nexthop(struct net *net, struct nexthop *nh, struct nl_info *nlinfo) remove_nexthop() argument 3014 struct nl_info nlinfo = { rtm_del_nexthop() local [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | nexthop.h | 48 struct nl_info nlinfo; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | nexthop.h | 54 struct nl_info nlinfo; member
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A 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()
|
Completed in 12 milliseconds