Home
last modified time | relevance | path

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

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