Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dflow_netlink.c1694 const struct ovs_key_tcp *tcp_key; in ovs_key_from_nlattrs() local
1696 tcp_key = nla_data(a[OVS_KEY_ATTR_TCP]); in ovs_key_from_nlattrs()
1697 SW_FLOW_KEY_PUT(match, tp.src, tcp_key->tcp_src, is_mask); in ovs_key_from_nlattrs()
1698 SW_FLOW_KEY_PUT(match, tp.dst, tcp_key->tcp_dst, is_mask); in ovs_key_from_nlattrs()
2198 struct ovs_key_tcp *tcp_key; in __ovs_nla_put_key() local
2200 nla = nla_reserve(skb, OVS_KEY_ATTR_TCP, sizeof(*tcp_key)); in __ovs_nla_put_key()
2203 tcp_key = nla_data(nla); in __ovs_nla_put_key()
2204 tcp_key->tcp_src = output->tp.src; in __ovs_nla_put_key()
2205 tcp_key->tcp_dst = output->tp.dst; in __ovs_nla_put_key()
/linux/net/ipv6/
H A Dtcp_ipv6.c869 u32 priority, u32 txhash, struct tcp_key *key) in tcp_v6_send_response()
1024 struct tcp_key key = {}; in tcp_v6_send_reset()
1154 struct tcp_key *key, u8 tclass, in tcp_v6_send_ack()
1167 struct tcp_key key = {};
1226 struct tcp_key key = {};
/linux/net/ipv4/
H A Dtcp_output.c616 struct tcp_key *key, __be32 *ptr) in process_tcp_ao_options()
667 struct tcp_key *key) in tcp_options_write()
821 struct tcp_key *key) in tcp_syn_options()
908 const struct tcp_key *key, in tcp_synack_options()
988 struct tcp_key *key) in tcp_established_options()
1308 struct tcp_key key; in __tcp_transmit_skb()
1879 struct tcp_key key; in tcp_current_mss()
3722 struct tcp_key key = {}; in tcp_make_synack()
H A Dtcp_ipv4.c938 struct tcp_key *key, in tcp_v4_send_ack()
1043 struct tcp_key key = {};
1105 struct tcp_key key = {};
/linux/include/net/
H A Dtcp.h2398 struct tcp_key {
2416 struct tcp_key *out) in tcp_get_current_key()
2448 static inline bool tcp_key_is_md5(const struct tcp_key *key) in tcp_key_is_md5()
2455 static inline bool tcp_key_is_ao(const struct tcp_key *key) in tcp_key_is_ao()
2397 struct tcp_key { global() struct
2415 typetcp_key tcp_get_current_key() argument