Searched refs:tcp_key_is_ao (Results 1 – 4 of 4) sorted by relevance
676 } 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()
991 if (tcp_key_is_ao(key)) { in tcp_v4_send_ack()1165 if (tcp_key_is_ao(&key))
882 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))
2399 static inline bool tcp_key_is_ao(const struct tcp_key *key) in tcp_key_is_ao() function