Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dutil.c598 bool has_ext = false, has_ts = false, use_tsft = false; in nxpwifi_recv_packet_to_monif() local
632 has_ts = true; in nxpwifi_recv_packet_to_monif()
635 if (has_ts) { in nxpwifi_recv_packet_to_monif()
652 if (has_ts && use_tsft) { in nxpwifi_recv_packet_to_monif()
795 if (has_ts && !use_tsft) { in nxpwifi_recv_packet_to_monif()
/linux/include/net/
H A Dmptcp.h153 unsigned int remaining, bool has_ts,
/linux/net/mptcp/
H A Doptions.c722 bool has_ts, in mptcp_established_options_add_addr() argument
728 bool drop_ts = has_ts; in mptcp_established_options_add_addr()
871 unsigned int remaining, bool has_ts, in mptcp_established_options() argument
927 has_ts, opts)) { in mptcp_established_options()
/linux/net/ipv4/
H A Dtcp_output.c1187 bool has_ts = opts->options & OPTION_TS; in tcp_established_options() local
1192 opt_size = mptcp_established_options(sk, skb, remaining, has_ts, in tcp_established_options()