Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dvport.c383 return nla_put(skb, OVS_VPORT_ATTR_UPCALL_PID, in ovs_vport_get_upcall_portids()
386 return nla_put_u32(skb, OVS_VPORT_ATTR_UPCALL_PID, ids->ids[0]); in ovs_vport_get_upcall_portids()
H A Ddatapath.c2129 !a[OVS_VPORT_ATTR_UPCALL_PID]) in ovs_vport_cmd_new()
2172 parms.upcall_portids = a[OVS_VPORT_ATTR_UPCALL_PID]; in ovs_vport_cmd_new()
2235 if (a[OVS_VPORT_ATTR_UPCALL_PID]) { in ovs_vport_cmd_set()
2236 struct nlattr *ids = a[OVS_VPORT_ATTR_UPCALL_PID]; in ovs_vport_cmd_set()
2407 [OVS_VPORT_ATTR_UPCALL_PID] = { .type = NLA_UNSPEC },
/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.h257 OVS_VPORT_ATTR_UPCALL_PID, /* array of u32 Netlink socket PIDs for */ 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.h257 OVS_VPORT_ATTR_UPCALL_PID, /* array of u32 Netlink socket PIDs for */ enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dopenvswitch.h263 OVS_VPORT_ATTR_UPCALL_PID, /* array of u32 Netlink socket PIDs for */ enumerator