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

/linux-master/include/uapi/linux/
H A Dopenvswitch.h185 * @OVS_PACKET_ATTR_LEN: Packet size before truncation.
206 OVS_PACKET_ATTR_LEN, /* Packet size before truncation. */ enumerator in enum:ovs_packet_attr
/linux-master/net/openvswitch/
H A Ddatapath.c400 + nla_total_size(sizeof(unsigned int)) /* OVS_PACKET_ATTR_LEN */
543 /* Add OVS_PACKET_ATTR_LEN when packet is truncated */
545 nla_put_u32(user_skb, OVS_PACKET_ATTR_LEN, skb->len)) {

Completed in 146 milliseconds