Home
last modified time | relevance | path

Searched refs:VETH_INFO_PEER (Results 1 – 5 of 5) sorted by relevance

/external/libnl/lib/route/link/
Dveth.c38 [VETH_INFO_PEER] = { .minlen = sizeof(struct ifinfomsg) },
54 if (tb[VETH_INFO_PEER]) { in veth_parse()
58 nla_peer = tb[VETH_INFO_PEER]; in veth_parse()
133 if (!(info_peer = nla_nest_start(msg, VETH_INFO_PEER))) in veth_put_attrs()
/external/iproute2/include/uapi/linux/
Dveth.h7 VETH_INFO_PEER, enumerator
/external/libnl/include/linux-private/linux/
Dveth.h7 VETH_INFO_PEER, enumerator
/external/kernel-headers/original/uapi/linux/
Dveth.h7 VETH_INFO_PEER, enumerator
/external/iproute2/ip/
Dlink_veth.c57 addattr_l(hdr, 1024, VETH_INFO_PEER, NULL, 0); in veth_parse_opt()