tcp_key
struct tcp_key *out)
static inline bool tcp_key_is_md5(const struct tcp_key *key)
static inline bool tcp_key_is_ao(const struct tcp_key *key)
struct tcp_key key = {};
struct tcp_key key = {};
struct tcp_key *key,
const struct tcp_key *key,
struct tcp_key *key)
struct tcp_key key;
struct tcp_key key;
struct tcp_key key = {};
struct tcp_key *key, __be32 *ptr)
struct tcp_key *key)
struct tcp_key *key)
struct tcp_key key = {};
struct tcp_key *key, u8 tclass,
struct tcp_key key = {};
struct tcp_key key = {};
u32 priority, u32 txhash, struct tcp_key *key)
const struct ovs_key_tcp *tcp_key;
tcp_key = nla_data(a[OVS_KEY_ATTR_TCP]);
SW_FLOW_KEY_PUT(match, tp.src, tcp_key->tcp_src, is_mask);
SW_FLOW_KEY_PUT(match, tp.dst, tcp_key->tcp_dst, is_mask);
struct ovs_key_tcp *tcp_key;
nla = nla_reserve(skb, OVS_KEY_ATTR_TCP, sizeof(*tcp_key));
tcp_key = nla_data(nla);
tcp_key->tcp_src = output->tp.src;
tcp_key->tcp_dst = output->tp.dst;