Home
last modified time | relevance | path

Searched refs:rtm_protocol (Results 1 – 16 of 16) sorted by relevance

/external/syzkaller/sys/linux/
Dsocket_netlink_route.txt114 rtm_protocol flags[rtm_protocol, int8]
499 FRA_PROTOCOL nlattr[FRA_PROTOCOL, flags[rtm_protocol, int8]]
614 rtm_protocol = RTPROT_UNSPEC, RTPROT_REDIRECT, RTPROT_KERNEL, RTPROT_BOOT, RTPROT_STATIC
/external/strace/tests-mx32/
Dnlattr_rtmsg.c55 .rtm_protocol = RTPROT_KERNEL, in init_rtmsg()
Dnetlink_route.c256 .rtm_protocol = RTPROT_KERNEL, in test_rtnl_route()
/external/strace/tests-m32/
Dnlattr_rtmsg.c55 .rtm_protocol = RTPROT_KERNEL, in init_rtmsg()
Dnetlink_route.c256 .rtm_protocol = RTPROT_KERNEL, in test_rtnl_route()
/external/strace/tests/
Dnlattr_rtmsg.c55 .rtm_protocol = RTPROT_KERNEL, in init_rtmsg()
Dnetlink_route.c256 .rtm_protocol = RTPROT_KERNEL, in test_rtnl_route()
/external/strace/
Drtnl_route.c310 PRINT_FIELD_XVAL(", ", rtmsg, rtm_protocol, in DECL_NETLINK_ROUTE_DECODER()
/external/libnl/include/linux-private/linux/
Drtnetlink.h170 unsigned char rtm_protocol; /* Routing protocol; see below */ member
/external/iproute2/ip/
Diproute.c183 if ((filter.protocol^r->rtm_protocol)&filter.protocolmask) in filter_nlmsg()
431 if ((r->rtm_protocol != RTPROT_BOOT || show_details > 0) && filter.protocolmask != -1) in print_route()
432 fprintf(fp, "proto %s ", rtnl_rtprot_n2a(r->rtm_protocol, b1, sizeof(b1))); in print_route()
873 req.r.rtm_protocol = RTPROT_BOOT; in iproute_modify()
1149 req.r.rtm_protocol = prot; in iproute_modify()
Diprule.c588 .r.rtm_protocol = RTPROT_BOOT, in iprule_modify()
/external/iproute2/include/uapi/linux/
Drtnetlink.h200 unsigned char rtm_protocol; /* Routing protocol; see below */ member
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h207 unsigned char rtm_protocol; /* Routing protocol; see below */ member
/external/libnl/lib/route/
Droute_obj.c1034 route->rt_protocol = rtm->rtm_protocol; in rtnl_route_parse()
1188 .rtm_protocol = route->rt_protocol, in rtnl_route_build_msg()
/external/linux-kselftest/tools/testing/selftests/net/
Dudpgso.c397 rt->rtm_protocol = RTPROT_BOOT; in set_route_mtu()
/external/toybox/toys/pending/
Dip.c1490 if (gfilter.proto && (msg->rtm_protocol != gfilter.proto)) return 0; in display_route_info()
1919 req.msg.rtm_protocol = RTPROT_BOOT; in route_update()
1953 req.msg.rtm_protocol = idx; in route_update()
2093 request.msg.rtm_protocol = RTPROT_BOOT; in ruleupdate()