Home
last modified time | relevance | path

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

/third_party/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()
/third_party/libnl/include/linux-private/linux/
Dveth.h7 VETH_INFO_PEER, enumerator
/third_party/ltp/lib/
Dtst_netdevice.c111 {VETH_INFO_PEER, &info, sizeof(info), peerinfo}, in tst_create_veth_pair()