Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dopenvswitch.h618 OVS_FLOW_ATTR_TCP_FLAGS, /* 8-bit OR'd TCP flags. */ enumerator
/linux-6.6.21/net/openvswitch/
Ddatapath.c825 nla_put_u8(skb, OVS_FLOW_ATTR_TCP_FLAGS, (u8)ntohs(tcp_flags))) in ovs_flow_cmd_fill_stats()