Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dopenvswitch.h206 OVS_PACKET_ATTR_LEN, /* Packet size before truncation. */ enumerator
/openbmc/linux/net/openvswitch/
H A Ddatapath.c545 nla_put_u32(user_skb, OVS_PACKET_ATTR_LEN, skb->len)) { in queue_userspace_packet()