Home
last modified time | relevance | path

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

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