Searched refs:VETH_INFO_PEER (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | veth.h | 7 VETH_INFO_PEER, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | veth.h | 7 VETH_INFO_PEER, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | veth.h | 23 VETH_INFO_PEER, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | veth.h | 23 VETH_INFO_PEER, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | veth.h | 10 VETH_INFO_PEER, enumerator
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | veth.c | 1310 if (data != NULL && data[VETH_INFO_PEER] != NULL) { in veth_newlink() 1313 nla_peer = data[VETH_INFO_PEER]; in veth_newlink() 1436 [VETH_INFO_PEER] = { .len = sizeof(struct ifinfomsg) },
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | veth.c | 1824 if (data != NULL && data[VETH_INFO_PEER] != NULL) { in veth_newlink() 1827 nla_peer = data[VETH_INFO_PEER]; in veth_newlink() 1966 [VETH_INFO_PEER] = { .len = sizeof(struct ifinfomsg) },
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | ipsec.c | 231 peer_attr = _rtattr_begin(nh, req_sz, VETH_INFO_PEER, &pi, sizeof(pi)); in veth_pack_peerb()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | ipsec.c | 269 peer_attr = _rtattr_begin(nh, req_sz, VETH_INFO_PEER, &pi, sizeof(pi)); in veth_pack_peerb()
|
Completed in 11 milliseconds