Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/openvswitch/
H A Ddatapath.c1985 if (nla_put_u32(skb, OVS_VPORT_ATTR_PORT_NO, vport->port_no) || in ovs_vport_cmd_fill_info()
2063 } else if (a[OVS_VPORT_ATTR_PORT_NO]) { in lookup_vport()
2064 u32 port_no = nla_get_u32(a[OVS_VPORT_ATTR_PORT_NO]); in lookup_vport()
2134 port_no = a[OVS_VPORT_ATTR_PORT_NO] in ovs_vport_cmd_new()
2135 ? nla_get_u32(a[OVS_VPORT_ATTR_PORT_NO]) : 0; in ovs_vport_cmd_new()
2405 [OVS_VPORT_ATTR_PORT_NO] = { .type = NLA_U32 },
/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 Dopenvswitch.h253 OVS_VPORT_ATTR_PORT_NO, /* u32 port number within datapath */ enumerator
/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 Dopenvswitch.h253 OVS_VPORT_ATTR_PORT_NO, /* u32 port number within datapath */ enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dopenvswitch.h259 OVS_VPORT_ATTR_PORT_NO, /* u32 port number within datapath */ enumerator