Searched refs:RTM_NEWNEXTHOP (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/security/selinux/ |
| D | nlmsgtab.c | 83 { RTM_NEWNEXTHOP, NETLINK_ROUTE_SOCKET__NLMSG_WRITE }, 169 BUILD_BUG_ON(RTM_MAX != (RTM_NEWNEXTHOP + 3)); in selinux_nlmsg_lookup()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | rtnetlink.h | 160 RTM_NEWNEXTHOP = 104, enumerator 161 #define RTM_NEWNEXTHOP RTM_NEWNEXTHOP macro
|
| /Linux-v5.4/net/ipv4/ |
| D | nexthop.c | 729 nexthop_notify(RTM_NEWNEXTHOP, nhge->nh_parent, nlinfo); in remove_nh_grp_entry() 1042 nexthop_notify(RTM_NEWNEXTHOP, new_nh, &cfg->nlinfo); in insert_nexthop() 1580 err = nh_fill_node(skb, nh, RTM_NEWNEXTHOP, NETLINK_CB(in_skb).portid, in rtm_get_nexthop() 1715 err = nh_fill_node(skb, nh, RTM_NEWNEXTHOP, in rtm_dump_nexthop() 1815 rtnl_register(PF_UNSPEC, RTM_NEWNEXTHOP, rtm_new_nexthop, NULL, 0); in nexthop_init() 1820 rtnl_register(PF_INET, RTM_NEWNEXTHOP, rtm_new_nexthop, NULL, 0); in nexthop_init() 1823 rtnl_register(PF_INET6, RTM_NEWNEXTHOP, rtm_new_nexthop, NULL, 0); in nexthop_init()
|