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

/linux-master/include/uapi/linux/
H A Dopenvswitch.h585 * @OVS_FLOW_ATTR_TCP_FLAGS: An 8-bit value giving the OR'd value of all of the
618 OVS_FLOW_ATTR_TCP_FLAGS, /* 8-bit OR'd TCP flags. */ enumerator in enum:ovs_flow_attr
/linux-master/net/openvswitch/
H A Ddatapath.c799 + nla_total_size(1) /* OVS_FLOW_ATTR_TCP_FLAGS */
825 nla_put_u8(skb, OVS_FLOW_ATTR_TCP_FLAGS, (u8)ntohs(tcp_flags)))

Completed in 130 milliseconds