Searched refs:RTM_NEWNEXTHOP (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/uapi/linux/ |
| H A D | rtnetlink.h | 170 RTM_NEWNEXTHOP = 104, enumerator 171 #define RTM_NEWNEXTHOP RTM_NEWNEXTHOP macro
|
| /linux-6.15/security/selinux/ |
| H A D | nlmsgtab.c | 83 { RTM_NEWNEXTHOP, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
| /linux-6.15/net/ipv4/ |
| H A D | nexthop.c | 2082 nexthop_notify(RTM_NEWNEXTHOP, nhp, nlinfo); in remove_nh_grp_entry() 2639 nexthop_notify(RTM_NEWNEXTHOP, new_nh, &cfg->nlinfo); in insert_nexthop() 3362 err = nh_fill_node(skb, nh, RTM_NEWNEXTHOP, NETLINK_CB(in_skb).portid, in rtm_get_nexthop() 3529 return nh_fill_node(skb, nh, RTM_NEWNEXTHOP, in rtm_dump_nexthop_cb() 4079 {.msgtype = RTM_NEWNEXTHOP, .doit = rtm_new_nexthop, 4087 {.protocol = PF_INET, .msgtype = RTM_NEWNEXTHOP, 4091 {.protocol = PF_INET6, .msgtype = RTM_NEWNEXTHOP,
|
| /linux-6.15/Documentation/networking/ |
| H A D | nexthop-group-resilient.rst | 166 Resilient groups are configured using the ``RTM_NEWNEXTHOP`` message in the
|