Home
last modified time | relevance | path

Searched refs:NL_RTA_OIF (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netlink/route/
H A Droute.h150 NL_RTA_OIF = 4, /* u32, transmit ifindex */ enumerator
199 #define RTA_OIF NL_RTA_OIF
H A Drt.c256 nlattr_add_u32(nw, NL_RTA_OIF, if_getindex(nh->nh_ifp)); in dump_rc_nhop()
508 { .type = NL_RTA_OIF, .off = _OUT(rta_oif), .cb = nlattr_get_ifp },
/freebsd/sys/netlink/
H A Dnetlink_snl_route_parsers.h138 { .type = NL_RTA_OIF, .off = _OUT(rta_oif), .cb = snl_attr_get_uint32 },