Home
last modified time | relevance | path

Searched refs:isipv6 (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_connect.c197 act_open_cpl_size(struct adapter *sc, int isipv6) in act_open_cpl_size() argument
218 return (sz_table[idx][!!isipv6]); in act_open_cpl_size()
240 int qid_atid, rc, isipv6; in t4_connect() local
294 isipv6 = nam->sa_family == AF_INET6; in t4_connect()
295 wr = alloc_wrqe(act_open_cpl_size(sc, isipv6), toep->ctrlq); in t4_connect()
302 if (isipv6) { in t4_connect()
H A Dt4_listen.c92 alloc_stid(struct adapter *sc, struct listen_ctx *lctx, int isipv6) in alloc_stid() argument
103 n = isipv6 ? 2 : 1; in alloc_stid()
/freebsd/sys/netinet/
H A Dtcp_timer.c556 bool isipv6, rv; in tcp_timer_rexmt() local
643 isipv6 = (inp->inp_vflag & INP_IPV6) ? true : false; in tcp_timer_rexmt()
645 isipv6 = false; in tcp_timer_rexmt()
648 (V_tcp_pmtud_blackhole_detect == 2 && !isipv6) || in tcp_timer_rexmt()
649 (V_tcp_pmtud_blackhole_detect == 3 && isipv6)) && in tcp_timer_rexmt()
663 if (isipv6) { in tcp_timer_rexmt()
704 if (isipv6 && in tcp_timer_rexmt()
710 } else if (isipv6) { in tcp_timer_rexmt()
H A Dtcp_timewait.c111 bool isipv6 = inp->inp_inc.inc_flags & INC_ISIPV6; in tcp_twstart() local
130 isipv6 ? in6_localaddr(&inp->in6p_faddr) : in tcp_twstart()
H A Dtcp_input.c628 int isipv6; in tcp_input_with_port() local
649 if (isipv6) { in tcp_input_with_port()
768 if (isipv6) { in tcp_input_with_port()
860 } else if (isipv6) { in tcp_input_with_port()
933 if (isipv6) { in tcp_input_with_port()
978 if (isipv6) { in tcp_input_with_port()
1045 if (isipv6) { in tcp_input_with_port()
1295 if (isipv6) { in tcp_input_with_port()
3752 size_t min_protoh = isipv6 ? in tcp_mss_update()
3770 if (isipv6) { in tcp_mss_update()
[all …]
H A Dtcp_output.c221 const bool isipv6 = (inp->inp_vflag & INP_IPV6) != 0; in tcp_default_output() local
535 if (isipv6 && IPSEC_ENABLED(ipv6)) in tcp_default_output()
547 if (isipv6) in tcp_default_output()
778 if (isipv6) in tcp_default_output()
1139 if (isipv6 && (MHLEN < hdrlen + max_linkhdr) && in tcp_default_output()
1153 if (isipv6) { in tcp_default_output()
1207 if (isipv6) { in tcp_default_output()
1345 if (isipv6) { in tcp_default_output()
1434 if (isipv6) { in tcp_default_output()
H A Dtcp_subr.c1757 int isipv6; in tcp_respond() local
1813 if (isipv6) { in tcp_respond()
1861 if (isipv6) { in tcp_respond()
1906 if (isipv6) { in tcp_respond()
1929 if (isipv6) in tcp_respond()
1983 if (isipv6) { in tcp_respond()
2067 if (isipv6) { in tcp_respond()
2156 if (isipv6) { in tcp_respond()
2185 int isipv6 = (inp->inp_vflag & INP_IPV6) != 0; in tcp_newtcpcb() local
2229 isipv6 ? V_tcp_v6mssdflt : in tcp_newtcpcb()
[all …]
H A Dtcp_usrreq.c923 int isipv6; in tcp_usr_send() local
988 isipv6 = 0; in tcp_usr_send()
1029 isipv6 = 0; in tcp_usr_send()
1045 isipv6 = 1; in tcp_usr_send()
1069 if (isipv6) in tcp_usr_send()
1160 if (isipv6) in tcp_usr_send()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c139 ktls_act_open_cpl_size(bool isipv6) in ktls_act_open_cpl_size() argument
142 if (isipv6) in ktls_act_open_cpl_size()
219 bool isipv6; in send_ktls_act_open_req() local
221 isipv6 = (inp->inp_vflag & INP_IPV6) != 0; in send_ktls_act_open_req()
222 if (isipv6) { in send_ktls_act_open_req()
228 wr = alloc_wrqe(ktls_act_open_cpl_size(isipv6), tlsp->ctrlq); in send_ktls_act_open_req()
235 if (isipv6) in send_ktls_act_open_req()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c4960 bool isipv6; in bbr_timeout_rxt() local
5050 isipv6 = false; in bbr_timeout_rxt()
5088 if (isipv6 && in bbr_timeout_rxt()
11852 int32_t isipv6; in bbr_output_wtime() local
12551 if (isipv6) in bbr_output_wtime()
12821 if (isipv6) in bbr_output_wtime()
12917 if (isipv6) in bbr_output_wtime()
13246 if (isipv6) { in bbr_output_wtime()
13409 if (isipv6) { in bbr_output_wtime()
13516 if (isipv6) { in bbr_output_wtime()
[all …]
H A Drack.c8262 bool isipv6; in rack_timeout_rxt() local
8409 isipv6 = false; in rack_timeout_rxt()
22160 if (isipv6) in rack_output()
22326 if (isipv6) in rack_output()
22630 if (isipv6) in rack_output()
22641 if (isipv6) in rack_output()
22650 if (isipv6) { in rack_output()
22696 if (isipv6) { in rack_output()
22774 if (isipv6) in rack_output()
22814 if (isipv6) { in rack_output()
[all …]
/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c1594 act_open_cpl_len16(struct adapter *sc, int isipv6) in act_open_cpl_len16() argument
1615 return (sz_table[idx][!!isipv6]); in act_open_cpl_len16()