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

/linux-master/net/openvswitch/
H A Dflow_netlink.c1681 const struct ovs_key_tcp *tcp_key; local
1683 tcp_key = nla_data(a[OVS_KEY_ATTR_TCP]);
1684 SW_FLOW_KEY_PUT(match, tp.src, tcp_key->tcp_src, is_mask);
1685 SW_FLOW_KEY_PUT(match, tp.dst, tcp_key->tcp_dst, is_mask);
2185 struct ovs_key_tcp *tcp_key; local
2187 nla = nla_reserve(skb, OVS_KEY_ATTR_TCP, sizeof(*tcp_key));
2190 tcp_key = nla_data(nla);
2191 tcp_key->tcp_src = output->tp.src;
2192 tcp_key->tcp_dst = output->tp.dst;
/linux-master/net/ipv4/
H A Dtcp_output.c607 struct tcp_key *key, __be32 *ptr)
658 struct tcp_key *key)
812 struct tcp_key *key)
897 const struct tcp_key *key,
971 struct tcp_key *key)
1291 struct tcp_key key;
1859 struct tcp_key key;
3675 struct tcp_key key = {};
H A Dtcp_ipv4.c927 struct tcp_key *key,
1029 struct tcp_key key = {};
1083 struct tcp_key key = {};
/linux-master/net/ipv6/
H A Dtcp_ipv6.c867 u32 priority, u32 txhash, struct tcp_key *key)
1018 struct tcp_key key = {};
1146 struct tcp_key *key, u8 tclass,
1157 struct tcp_key key = {};
1212 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 283 milliseconds