Home
last modified time | relevance | path

Searched refs:RTM_DELROUTE (Results 1 – 6 of 6) sorted by relevance

/linux/tools/include/uapi/linux/
H A Drtnetlink.h46 RTM_DELROUTE, enumerator
47 #define RTM_DELROUTE RTM_DELROUTE macro
/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c175 if (nh->nlmsg_type == RTM_DELROUTE) { in read_route()
205 if (nh->nlmsg_type == RTM_DELROUTE) { in read_route()
/linux/net/phonet/
H A Dpn_netlink.c327 {.owner = THIS_MODULE, .protocol = PF_PHONET, .msgtype = RTM_DELROUTE,
H A Dpn_dev.c290 rtm_phonet_notify(net, RTM_DELROUTE, ifindex, i); in phonet_route_autodel()
/linux/net/can/
H A Dgw.c1308 {.owner = THIS_MODULE, .protocol = PF_CAN, .msgtype = RTM_DELROUTE,
/linux/net/mctp/
H A Droute.c1754 {THIS_MODULE, PF_MCTP, RTM_DELROUTE, mctp_delroute, NULL, 0},