Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dveth.h7 VETH_INFO_PEER, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dveth.h7 VETH_INFO_PEER, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dveth.h7 VETH_INFO_PEER, enumerator
/OK3568_Linux_fs/kernel/drivers/net/
H A Dveth.c1310 if (data != NULL && data[VETH_INFO_PEER] != NULL) { in veth_newlink()
1313 nla_peer = data[VETH_INFO_PEER]; in veth_newlink()
1439 [VETH_INFO_PEER] = { .len = sizeof(struct ifinfomsg) },
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dipsec.c231 peer_attr = _rtattr_begin(nh, req_sz, VETH_INFO_PEER, &pi, sizeof(pi)); in veth_pack_peerb()