Searched refs:nl_info (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | ip6_fib.h | 67 struct nl_info fc_nlinfo; 464 struct nl_info *info, struct netlink_ext_ack *extack); 465 int fib6_del(struct fib6_info *rt, struct nl_info *info); 503 struct nl_info *info); 504 void inet6_rt_notify(int event, struct fib6_info *rt, struct nl_info *info,
|
A D | ipv6_stubs.h | 54 struct nl_info *info);
|
A D | ip_fib.h | 51 struct nl_info fc_nlinfo; 247 void fib_info_notify_update(struct net *net, struct nl_info *info);
|
A D | nexthop.h | 54 struct nl_info nlinfo;
|
A D | netlink.h | 469 struct nl_info { struct
|
/linux-6.3-rc2/net/ipv4/ |
A D | fib_lookup.h | 45 u32 tb_id, const struct nl_info *info, unsigned int nlm_flags);
|
A D | nexthop.c | 24 struct nl_info *nlinfo); 841 static void nexthop_notify(int event, struct nexthop *nh, struct nl_info *info) in nexthop_notify() 1734 struct nl_info *nlinfo) in remove_nh_grp_entry() 1810 struct nl_info *nlinfo) in remove_nexthop_from_groups() 1821 static void remove_nexthop_group(struct nexthop *nh, struct nl_info *nlinfo) in remove_nexthop_group() 1866 struct nl_info *nlinfo) in __remove_nexthop() 1884 struct nl_info *nlinfo) in remove_nexthop() 2181 struct nl_info *info) in __nexthop_replace_notify() 2210 struct nl_info *info) in nexthop_replace_notify() 2991 struct nl_info nlinfo = { in rtm_del_nexthop()
|
A D | fib_trie.c | 2112 struct nl_info *info) in __fib_info_notify_update() 2159 void fib_info_notify_update(struct net *net, struct nl_info *info) in fib_info_notify_update()
|
A D | fib_semantics.c | 513 int dst_len, u32 tb_id, const struct nl_info *info, in rtmsg_fib()
|
/linux-6.3-rc2/net/ipv6/ |
A D | ip6_fib.c | 1067 struct nl_info *info, in fib6_add_rt2node() 1375 struct nl_info *info, struct netlink_ext_ack *extack) in fib6_add() 1903 struct fib6_info __rcu **rtp, struct nl_info *info) in fib6_del_route() 1999 int fib6_del(struct fib6_info *rt, struct nl_info *info) in fib6_del() 2171 struct nl_info info = { in fib6_clean_node()
|
A D | route.c | 1294 static int __ip6_ins_rt(struct fib6_info *rt, struct nl_info *info, in __ip6_ins_rt() 1310 struct nl_info info = { .nl_net = net, }; in ip6_ins_rt() 3846 static int __ip6_del_rt(struct fib6_info *rt, struct nl_info *info) in __ip6_del_rt() 3869 struct nl_info info = { in ip6_del_rt() 3879 struct nl_info *info = &cfg->fc_nlinfo; in __ip6_del_rt_siblings() 5168 struct nl_info *info, in ip6_route_mpath_notify() 5230 struct nl_info *info = &cfg->fc_nlinfo; in ip6_route_multipath_add() 6155 void inet6_rt_notify(int event, struct fib6_info *rt, struct nl_info *info, in inet6_rt_notify() 6187 struct nl_info *info) in fib6_rt_update()
|
A D | ndisc.c | 1402 struct nl_info nlinfo = { in ndisc_router_discovery()
|
A D | seg6_local.c | 946 const struct nl_info *nli = &fib6_cfg->fc_nlinfo; in fib6_config_get_net()
|
/linux-6.3-rc2/net/mpls/ |
A D | af_mpls.c | 502 struct nl_info rc_nlinfo; 540 const struct nl_info *info) in mpls_notify_route() 554 const struct nl_info *info) in mpls_route_update()
|
Completed in 57 milliseconds