Home
last modified time | relevance | path

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

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