Home
last modified time | relevance | path

Searched refs:tcp_key_is_ao (Results 1 – 4 of 4) sorted by relevance

/linux/net/ipv4/
H A Dtcp_output.c676 } else if (tcp_key_is_ao(key)) { in tcp_options_write()
833 if (tcp_key_is_ao(key)) { in tcp_syn_options()
925 } else if (tcp_key_is_ao(key)) { in tcp_synack_options()
992 } else if (tcp_key_is_ao(key)) { in tcp_established_options()
1426 } else if (tcp_key_is_ao(&key)) { in __tcp_transmit_skb()
3837 } else if (tcp_key_is_ao(&key)) { in tcp_make_synack()
H A Dtcp_ipv4.c991 if (tcp_key_is_ao(key)) { in tcp_v4_send_ack()
1165 if (tcp_key_is_ao(&key))
/linux/net/ipv6/
H A Dtcp_ipv6.c882 if (tcp_key_is_ao(key)) in tcp_v6_send_response()
936 if (tcp_key_is_ao(key)) { in tcp_v6_send_response()
1284 if (tcp_key_is_ao(&key))
/linux/include/net/
H A Dtcp.h2399 static inline bool tcp_key_is_ao(const struct tcp_key *key) in tcp_key_is_ao() function