Home
last modified time | relevance | path

Searched refs:RTM_NEWNEXTHOP (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Drtnetlink.h160 RTM_NEWNEXTHOP = 104, enumerator
161 #define RTM_NEWNEXTHOP RTM_NEWNEXTHOP macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Drtnetlink.h162 RTM_NEWNEXTHOP = 104, enumerator
163 #define RTM_NEWNEXTHOP RTM_NEWNEXTHOP macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Drtnetlink.h142 RTM_NEWNEXTHOP = 104, enumerator
143 #define RTM_NEWNEXTHOP RTM_NEWNEXTHOP macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Drtnetlink.h142 RTM_NEWNEXTHOP = 104, enumerator
143 #define RTM_NEWNEXTHOP RTM_NEWNEXTHOP macro
/kernel/linux/linux-5.10/security/selinux/
H A Dnlmsgtab.c83 { RTM_NEWNEXTHOP, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
/kernel/linux/linux-5.10/net/ipv4/
H A Dnexthop.c837 nexthop_notify(RTM_NEWNEXTHOP, nhp, nlinfo); in remove_nh_grp_entry()
1197 nexthop_notify(RTM_NEWNEXTHOP, new_nh, &cfg->nlinfo); in insert_nexthop()
1788 err = nh_fill_node(skb, nh, RTM_NEWNEXTHOP, NETLINK_CB(in_skb).portid, in rtm_get_nexthop()
1926 err = nh_fill_node(skb, nh, RTM_NEWNEXTHOP, in rtm_dump_nexthop()
2041 rtnl_register(PF_UNSPEC, RTM_NEWNEXTHOP, rtm_new_nexthop, NULL, 0); in nexthop_init()
2046 rtnl_register(PF_INET, RTM_NEWNEXTHOP, rtm_new_nexthop, NULL, 0); in nexthop_init()
2049 rtnl_register(PF_INET6, RTM_NEWNEXTHOP, rtm_new_nexthop, NULL, 0); in nexthop_init()
/kernel/linux/linux-6.6/security/selinux/
H A Dnlmsgtab.c83 { RTM_NEWNEXTHOP, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
/kernel/linux/linux-6.6/net/ipv4/
H A Dnexthop.c1829 nexthop_notify(RTM_NEWNEXTHOP, nhp, nlinfo); in remove_nh_grp_entry()
2386 nexthop_notify(RTM_NEWNEXTHOP, new_nh, &cfg->nlinfo); in insert_nexthop()
3060 err = nh_fill_node(skb, nh, RTM_NEWNEXTHOP, NETLINK_CB(in_skb).portid, in rtm_get_nexthop()
3224 return nh_fill_node(skb, nh, RTM_NEWNEXTHOP, in rtm_dump_nexthop_cb()
3776 rtnl_register(PF_UNSPEC, RTM_NEWNEXTHOP, rtm_new_nexthop, NULL, 0); in nexthop_init()
3781 rtnl_register(PF_INET, RTM_NEWNEXTHOP, rtm_new_nexthop, NULL, 0); in nexthop_init()
3784 rtnl_register(PF_INET6, RTM_NEWNEXTHOP, rtm_new_nexthop, NULL, 0); in nexthop_init()

Completed in 16 milliseconds