Searched refs:tcp_key (Results 1 – 5 of 5) sorted by relevance
/linux-6.8/net/openvswitch/ |
D | flow_netlink.c | 1681 const struct ovs_key_tcp *tcp_key; in ovs_key_from_nlattrs() local 1683 tcp_key = nla_data(a[OVS_KEY_ATTR_TCP]); in ovs_key_from_nlattrs() 1684 SW_FLOW_KEY_PUT(match, tp.src, tcp_key->tcp_src, is_mask); in ovs_key_from_nlattrs() 1685 SW_FLOW_KEY_PUT(match, tp.dst, tcp_key->tcp_dst, is_mask); in ovs_key_from_nlattrs() 2185 struct ovs_key_tcp *tcp_key; in __ovs_nla_put_key() local 2187 nla = nla_reserve(skb, OVS_KEY_ATTR_TCP, sizeof(*tcp_key)); in __ovs_nla_put_key() 2190 tcp_key = nla_data(nla); in __ovs_nla_put_key() 2191 tcp_key->tcp_src = output->tp.src; in __ovs_nla_put_key() 2192 tcp_key->tcp_dst = output->tp.dst; in __ovs_nla_put_key()
|
/linux-6.8/net/ipv4/ |
D | tcp_output.c | 607 struct tcp_key *key, __be32 *ptr) in process_tcp_ao_options() 658 struct tcp_key *key) in tcp_options_write() 812 struct tcp_key *key) in tcp_syn_options() 897 const struct tcp_key *key, in tcp_synack_options() 971 struct tcp_key *key) in tcp_established_options() 1291 struct tcp_key key; in __tcp_transmit_skb() 1859 struct tcp_key key; in tcp_current_mss() 3673 struct tcp_key key = {}; in tcp_make_synack()
|
D | tcp_ipv4.c | 921 struct tcp_key *key, in tcp_v4_send_ack() 1023 struct tcp_key key = {}; 1077 struct tcp_key key = {};
|
/linux-6.8/net/ipv6/ |
D | tcp_ipv6.c | 866 u32 priority, u32 txhash, struct tcp_key *key) in tcp_v6_send_response() 1017 struct tcp_key key = {}; in tcp_v6_send_reset() 1145 struct tcp_key *key, u8 tclass, in tcp_v6_send_ack() 1156 struct tcp_key key = {}; 1211 struct tcp_key key = {};
|
/linux-6.8/include/net/ |
D | tcp.h | 2275 struct tcp_key { struct 2293 struct tcp_key *out) in tcp_get_current_key() argument 2325 static inline bool tcp_key_is_md5(const struct tcp_key *key) in tcp_key_is_md5() 2335 static inline bool tcp_key_is_ao(const struct tcp_key *key) in tcp_key_is_ao()
|