Home
last modified time | relevance | path

Searched refs:RTM_DELROUTE (Results 1 – 8 of 8) 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},
/linux/net/ipv6/
H A Dip6_fib.c2058 inet6_rt_notify(RTM_DELROUTE, rt, info, 0); in fib6_del_route()
H A Droute.c4030 NULL, NULL, 0, RTM_DELROUTE, in __ip6_del_rt_siblings()
6887 {.owner = THIS_MODULE, .protocol = PF_INET6, .msgtype = RTM_DELROUTE,