Home
last modified time | relevance | path

Searched refs:MACVLAN_MODE_PASSTHRU (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/ip/
Diplink_macvlan.c52 mode = MACVLAN_MODE_PASSTHRU; in macvlan_parse_opt()
87 : mode == MACVLAN_MODE_PASSTHRU ? "passthru" in macvlan_print_opt()
Diplink_macvtap.c49 mode = MACVLAN_MODE_PASSTHRU; in macvtap_parse_opt()
84 : mode == MACVLAN_MODE_PASSTHRU ? "passthru" in macvtap_print_opt()
/external/iproute2/include/linux/
Dif_link.h263 MACVLAN_MODE_PASSTHRU = 8,/* take over the underlying device */ enumerator
/external/kernel-headers/original/uapi/linux/
Dif_link.h319 MACVLAN_MODE_PASSTHRU = 8,/* take over the underlying device */ enumerator