/freebsd/sys/netinet/libalias/ |
H A D | alias_skinny.c | 217 tcp_set_flags(tc, tcp_get_flags(tc) | TH_RES1); in alias_skinny_reg_msg() 260 tcp_set_flags(tc, tcp_get_flags(tc) | TH_RES1); in alias_skinny_port_msg() 290 tcp_set_flags(tc, tcp_get_flags(tc) | TH_RES1); in alias_skinny_opnrcvch_ack()
|
H A D | alias_smedia.c | 405 tcp_set_flags(tc, tcp_get_flags(tc) | TH_RES1); in alias_rtsp_out() 452 tcp_set_flags(tc, tcp_get_flags(tc) | TH_RES1); in alias_pna_out()
|
H A D | alias_irc.c | 459 tcp_set_flags(tc, tcp_get_flags(tc) | TH_RES1); in AliasHandleIrcOut()
|
H A D | alias_ftp.c | 755 tcp_set_flags(tc, tcp_get_flags(tc) | TH_RES1); in NewFtpMessage()
|
H A D | alias_proxy.c | 369 tcp_set_flags(tc, tcp_get_flags(tc) | TH_RES1); in ProxyEncodeTcpStream()
|
/freebsd/sys/net/ |
H A D | slcompress.c | 519 tcp_set_flags(th, tcp_get_flags(th) | TH_PUSH); in sl_uncompress_tcp_core() 521 tcp_set_flags(th, tcp_get_flags(th) & ~TH_PUSH); in sl_uncompress_tcp_core() 539 tcp_set_flags(th, tcp_get_flags(th) | TH_URG); in sl_uncompress_tcp_core() 542 tcp_set_flags(th, tcp_get_flags(th) & ~TH_URG); in sl_uncompress_tcp_core()
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_rcmd_pxy.c | 266 tcp_set_flags(tcp2, TH_SYN); in ipf_p_rcmd_portmsg()
|
H A D | ip_fil_freebsd.c | 361 tcp_set_flags(tcp2, TH_RST); in ipf_send_reset() 368 tcp_set_flags(tcp2, TH_RST|TH_ACK); in ipf_send_reset()
|
H A D | ip_ftp_pxy.c | 546 tcp_set_flags(tcp2, TH_SYN); in ipf_p_ftp_addport() 876 tcp_set_flags(tcp2, TH_SYN); in ipf_p_ftp_pasvreply()
|
H A D | ip_rpcb_pxy.c | 1130 tcp_set_flags(&tcp, TH_SYN); in ipf_p_rpcb_getnat()
|
/freebsd/sys/netinet/ |
H A D | tcp.h | 97 #define tcp_set_flags(th, flags) __tcp_set_flags(th, flags) macro
|
H A D | tcp_output.c | 1326 tcp_set_flags(th, flags); in tcp_default_output()
|
H A D | tcp_subr.c | 1697 tcp_set_flags(th, 0); in tcpip_fillheaders() 2037 tcp_set_flags(nth, flags); in tcp_respond()
|
H A D | tcp_syncache.c | 1909 tcp_set_flags(th, flags); in syncache_respond()
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_rx.c | 190 tcp_set_flags(th, tcp_get_flags(th) | TH_PUSH); in mlx5e_lro_update_hdr() 193 tcp_set_flags(th, tcp_get_flags(th) | TH_ACK); in mlx5e_lro_update_hdr()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_cm.c | 398 tcp_set_flags(tcph, tcp_get_flags(tcph) | TH_ACK); in irdma_form_ah_cm_frame() 405 tcp_set_flags(tcph, tcp_get_flags(tcph) | TH_SYN); in irdma_form_ah_cm_frame() 412 tcp_set_flags(tcph, tcp_get_flags(tcph) | TH_FIN); in irdma_form_ah_cm_frame() 416 tcp_set_flags(tcph, tcp_get_flags(tcph) | TH_RST); in irdma_form_ah_cm_frame() 585 tcp_set_flags(tcph, tcp_get_flags(tcph) | TH_ACK); in irdma_form_uda_cm_frame() 592 tcp_set_flags(tcph, tcp_get_flags(tcph) | TH_SYN); in irdma_form_uda_cm_frame() 599 tcp_set_flags(tcph, tcp_get_flags(tcph) | TH_FIN); in irdma_form_uda_cm_frame() 603 tcp_set_flags(tcph, tcp_get_flags(tcph) | TH_RST); in irdma_form_uda_cm_frame()
|
/freebsd/sys/netgraph/ |
H A D | ng_nat.c | 887 tcp_set_flags(th, tcp_get_flags(th) & ~TH_RES1); in ng_nat_rcvdata()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw2.c | 724 tcp_set_flags(th, TH_RST); in ipfw_send_pkt() 729 tcp_set_flags(th, TH_RST | TH_ACK); in ipfw_send_pkt() 737 tcp_set_flags(th, TH_ACK); in ipfw_send_pkt()
|
H A D | ip_fw_nat.c | 439 tcp_set_flags(th, tcp_get_flags(th) & ~TH_RES1); in ipfw_nat()
|
H A D | ip_fw_dynamic.c | 2402 tcp_set_flags(tcp, TH_ACK); in dyn_make_keepalive_ipv4() 2512 tcp_set_flags(tcp, TH_ACK); in dyn_make_keepalive_ipv6()
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_isr.c | 283 tcp_set_flags(th, tcp_get_flags(th) | TH_PUSH); in qla_lro_intr()
|
/freebsd/sys/dev/sfxge/ |
H A D | sfxge_rx.c | 486 tcp_set_flags(c_th, tcp_get_flags(c_th) | (tcp_get_flags(th) & TH_PUSH)); in sfxge_lro_merge()
|
H A D | sfxge_tx.c | 1322 tcp_set_flags(tsoh_th, tcp_get_flags(tsoh_th) & ~(TH_FIN | TH_PUSH)); in tso_start_new_packet()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_listen.c | 1597 tcp_set_flags(th, TH_ACK); in synqe_to_protohdrs()
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t6_kern_tls.c | 1183 tcp_set_flags(&newtcp, tcp_get_flags(&newtcp) & ~(TH_PUSH | TH_FIN)); in ktls_write_tcp_options()
|