Searched refs:tcp_key (Results 1 – 5 of 5) sorted by relevance
| /linux/net/openvswitch/ |
| H A D | flow_netlink.c | 1657 const struct ovs_key_tcp *tcp_key; in ovs_key_from_nlattrs() local 1659 tcp_key = nla_data(a[OVS_KEY_ATTR_TCP]); in ovs_key_from_nlattrs() 1660 SW_FLOW_KEY_PUT(match, tp.src, tcp_key->tcp_src, is_mask); in ovs_key_from_nlattrs() 1661 SW_FLOW_KEY_PUT(match, tp.dst, tcp_key->tcp_dst, is_mask); in ovs_key_from_nlattrs() 2161 struct ovs_key_tcp *tcp_key; in __ovs_nla_put_key() local 2163 nla = nla_reserve(skb, OVS_KEY_ATTR_TCP, sizeof(*tcp_key)); in __ovs_nla_put_key() 2166 tcp_key = nla_data(nla); in __ovs_nla_put_key() 2167 tcp_key->tcp_src = output->tp.src; in __ovs_nla_put_key() 2168 tcp_key->tcp_dst = output->tp.dst; in __ovs_nla_put_key()
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 850 u32 priority, u32 txhash, struct tcp_key *key) in tcp_v6_send_response() 1013 struct tcp_key key = {}; in tcp_v6_send_reset() 1142 struct tcp_key *key, u8 tclass, 1155 struct tcp_key key = {}; 1214 struct tcp_key key = {};
|
| /linux/net/ipv4/ |
| H A D | tcp_output.c | 600 struct tcp_key *key, __be32 *ptr) 656 struct tcp_key *key) 961 struct tcp_key *key) 1065 const struct tcp_key *key, in tcp_synack_options() 1153 struct tcp_key *key) 1546 struct tcp_key key; in __tcp_transmit_skb() 2110 struct tcp_key key; in tcp_current_mss() 3940 struct tcp_key key = {}; in tcp_make_synack()
|
| H A D | tcp_ipv4.c | 912 struct tcp_key *key, in tcp_v4_send_ack() 1017 struct tcp_key key = {}; 1079 struct tcp_key key = {};
|
| /linux/include/net/ |
| H A D | tcp.h | 2567 struct tcp_key { in cookie_init_sequence() 2585 struct tcp_key *out) 2617 static inline bool tcp_key_is_md5(const struct tcp_key *key) in tcp_get_current_key() 2624 static inline bool tcp_key_is_ao(const struct tcp_key *key) in tcp_get_current_key() 2584 struct tcp_key { global() struct 2602 typetcp_key tcp_get_current_key() argument
|