Searched refs:tcp_key (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/openvswitch/
H A Dflow_netlink.c1693 const struct ovs_key_tcp *tcp_key; local
1695 tcp_key = nla_data(a[OVS_KEY_ATTR_TCP]);
1696 SW_FLOW_KEY_PUT(match, tp.src, tcp_key->tcp_src, is_mask);
1697 SW_FLOW_KEY_PUT(match, tp.dst, tcp_key->tcp_dst, is_mask);
2197 struct ovs_key_tcp *tcp_key; local
2199 nla = nla_reserve(skb, OVS_KEY_ATTR_TCP, sizeof(*tcp_key));
2202 tcp_key = nla_data(nla);
2203 tcp_key->tcp_src = output->tp.src;
2204 tcp_key->tcp_dst = output->tp.dst;
/linux-master/net/ipv4/
H A Dtcp_output.c611 struct tcp_key *key, __be32 *ptr)
662 struct tcp_key *key)
816 struct tcp_key *key)
901 const struct tcp_key *key,
975 struct tcp_key *key)
1295 struct tcp_key key;
1867 struct tcp_key key;
3714 struct tcp_key key = {};
H A Dtcp_ipv4.c928 struct tcp_key *key,
1030 struct tcp_key key = {};
1084 struct tcp_key key = {};
/linux-master/net/ipv6/
H A Dtcp_ipv6.c869 u32 priority, u32 txhash, struct tcp_key *key)
1021 struct tcp_key key = {};
1150 struct tcp_key *key, u8 tclass,
1161 struct tcp_key key = {};
1216 struct tcp_key key = {};
/linux-master/include/net/
H A Dtcp.h2320 struct tcp_key { struct
2338 struct tcp_key *out)
2370 static inline bool tcp_key_is_md5(const struct tcp_key *key)
2380 static inline bool tcp_key_is_ao(const struct tcp_key *key)

Completed in 392 milliseconds