Searched refs:RTM_DELROUTE (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/include/uapi/linux/ |
| H A D | rtnetlink.h | 46 RTM_DELROUTE, enumerator 47 #define RTM_DELROUTE RTM_DELROUTE macro
|
| /linux/samples/bpf/ |
| H A D | xdp_router_ipv4_user.c | 175 if (nh->nlmsg_type == RTM_DELROUTE) { in read_route() 205 if (nh->nlmsg_type == RTM_DELROUTE) { in read_route()
|
| /linux/net/phonet/ |
| H A D | pn_netlink.c | 327 {.owner = THIS_MODULE, .protocol = PF_PHONET, .msgtype = RTM_DELROUTE,
|
| H A D | pn_dev.c | 290 rtm_phonet_notify(net, RTM_DELROUTE, ifindex, i); in phonet_route_autodel()
|
| /linux/net/can/ |
| H A D | gw.c | 1308 {.owner = THIS_MODULE, .protocol = PF_CAN, .msgtype = RTM_DELROUTE,
|
| /linux/net/mctp/ |
| H A D | route.c | 1754 {THIS_MODULE, PF_MCTP, RTM_DELROUTE, mctp_delroute, NULL, 0},
|