Searched refs:OVS_DP_CMD_NEW (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | openvswitch.h | 56 OVS_DP_CMD_NEW, enumerator 71 * %OVS_DP_CMD_NEW requests. A value of zero indicates that upcalls should
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | openvswitch.h | 56 OVS_DP_CMD_NEW, enumerator 71 * %OVS_DP_CMD_NEW requests. A value of zero indicates that upcalls should 80 * valid for %OVS_DP_CMD_NEW requests.
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | openvswitch.h | 32 OVS_DP_CMD_NEW, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | openvswitch.h | 32 OVS_DP_CMD_NEW, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | openvswitch.h | 19 OVS_DP_CMD_NEW, enumerator
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/openvswitch/ |
H A D | ovs-dpctl.py | 46 OVS_DP_CMD_NEW = 1 variable 1546 msg["cmd"] = OVS_DP_CMD_NEW
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | datapath.c | 1748 info->snd_seq, 0, OVS_DP_CMD_NEW); in ovs_dp_cmd_new() 1938 { .cmd = OVS_DP_CMD_NEW,
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | datapath.c | 1861 info->snd_seq, 0, OVS_DP_CMD_NEW); in ovs_dp_cmd_new() 2060 { .cmd = OVS_DP_CMD_NEW,
|
Completed in 19 milliseconds