Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dopenvswitch.h121 #define OVS_DP_F_UNALIGNED (1 << 0) macro
/Linux-v4.19/net/openvswitch/
Ddatapath.c385 if (!(dp->user_features & OVS_DP_F_UNALIGNED)) { in pad_packet()
436 if (dp->user_features & OVS_DP_F_UNALIGNED) in queue_userspace_packet()