Searched refs:RTM_NEWNEXTHOP (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/include/uapi/linux/ |
| D | rtnetlink.h | 160 RTM_NEWNEXTHOP = 104, enumerator 161 #define RTM_NEWNEXTHOP RTM_NEWNEXTHOP macro
|
| /Linux-v5.15/security/selinux/ |
| D | nlmsgtab.c | 83 { RTM_NEWNEXTHOP, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
| /Linux-v5.15/net/ipv4/ |
| D | nexthop.c | 1805 nexthop_notify(RTM_NEWNEXTHOP, nhp, nlinfo); in remove_nh_grp_entry() 2343 nexthop_notify(RTM_NEWNEXTHOP, new_nh, &cfg->nlinfo); in insert_nexthop() 3012 err = nh_fill_node(skb, nh, RTM_NEWNEXTHOP, NETLINK_CB(in_skb).portid, in rtm_get_nexthop() 3177 return nh_fill_node(skb, nh, RTM_NEWNEXTHOP, in rtm_dump_nexthop_cb() 3744 rtnl_register(PF_UNSPEC, RTM_NEWNEXTHOP, rtm_new_nexthop, NULL, 0); in nexthop_init() 3749 rtnl_register(PF_INET, RTM_NEWNEXTHOP, rtm_new_nexthop, NULL, 0); in nexthop_init() 3752 rtnl_register(PF_INET6, RTM_NEWNEXTHOP, rtm_new_nexthop, NULL, 0); in nexthop_init()
|
| /Linux-v5.15/Documentation/networking/ |
| D | nexthop-group-resilient.rst | 166 Resilient groups are configured using the ``RTM_NEWNEXTHOP`` message in the
|