Home
last modified time | relevance | path

Searched refs:OVS_DP_F_UNALIGNED (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/include/uapi/linux/
Dopenvswitch.h127 #define OVS_DP_F_UNALIGNED (1 << 0) macro
/Linux-v5.15/net/openvswitch/
Ddatapath.c392 if (!(dp->user_features & OVS_DP_F_UNALIGNED)) { in pad_packet()
444 if (dp->user_features & OVS_DP_F_UNALIGNED) in queue_userspace_packet()
1667 OVS_DP_F_UNALIGNED | in ovs_dp_change()