Searched refs:RTM_NEWNEXTHOP (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rtnetlink.h | 160 RTM_NEWNEXTHOP = 104, enumerator 161 #define RTM_NEWNEXTHOP RTM_NEWNEXTHOP macro
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | nexthop.c | 836 nexthop_notify(RTM_NEWNEXTHOP, nhp, nlinfo); in remove_nh_grp_entry() 1175 nexthop_notify(RTM_NEWNEXTHOP, new_nh, &cfg->nlinfo); in insert_nexthop() 1766 err = nh_fill_node(skb, nh, RTM_NEWNEXTHOP, NETLINK_CB(in_skb).portid, in rtm_get_nexthop() 1904 err = nh_fill_node(skb, nh, RTM_NEWNEXTHOP, in rtm_dump_nexthop() 2019 rtnl_register(PF_UNSPEC, RTM_NEWNEXTHOP, rtm_new_nexthop, NULL, 0); in nexthop_init() 2024 rtnl_register(PF_INET, RTM_NEWNEXTHOP, rtm_new_nexthop, NULL, 0); in nexthop_init() 2027 rtnl_register(PF_INET6, RTM_NEWNEXTHOP, rtm_new_nexthop, NULL, 0); in nexthop_init()
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | nlmsgtab.c | 83 { RTM_NEWNEXTHOP, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|