Home
last modified time | relevance | path

Searched refs:TH_PUSH (Results 1 – 25 of 33) sorted by relevance

12

/NextBSD/sys/netinet/
HDtcp.h67 #define TH_PUSH 0x08 macro
72 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|TH_ECE|TH_CWR)
HDtcp_lro.c451 if ((th->th_flags & ~(TH_ACK | TH_PUSH)) != 0) in tcp_lro_rx()
HDtcp_output.c1068 flags |= TH_PUSH; in tcp_output()
/NextBSD/contrib/ipfilter/ipsd/Celler/
HDip_compat.h60 #ifndef TH_PUSH
61 # define TH_PUSH 0x08 macro
/NextBSD/contrib/ipfilter/ipsend/.OLD/
HDip_compat.h60 #ifndef TH_PUSH
61 # define TH_PUSH 0x08 macro
/NextBSD/contrib/ipfilter/lib/
HDflags.c24 u_char flags[] = { TH_FIN, TH_SYN, TH_RST, TH_PUSH, TH_ACK, TH_URG,
HDprintpacket.c96 if (tcp->th_flags & TH_PUSH)
HDipft_tx.c29 static u_char myflags[] = { TH_FIN, TH_SYN, TH_RST, TH_PUSH,
/NextBSD/contrib/tcpdump/
HDprint-cnfp.c227 flags & TH_PUSH ? "P" : "", in cnfp_v1_print()
324 flags & TH_PUSH ? "P" : "", in cnfp_v5_print()
421 flags & TH_PUSH ? "P" : "", in cnfp_v6_print()
HDtcp.h59 #define TH_PUSH 0x08 macro
HDprint-tcp.c113 { TH_PUSH, "P" },
/NextBSD/cddl/lib/libdtrace/
HDtcp.d65 #pragma D binding "1.6.3" TH_PUSH
66 inline uint8_t TH_PUSH = 0x08; variable
287 flags & TH_PUSH ? "PUSH" :
/NextBSD/sys/net/
HDslcompress.c362 if (th->th_flags & TH_PUSH)
538 th->th_flags |= TH_PUSH;
540 th->th_flags &=~ TH_PUSH;
/NextBSD/usr.sbin/ppp/
HDslcompress.c371 if (th->th_flags & TH_PUSH) in sl_compress_tcp()
506 th->th_flags |= TH_PUSH; in sl_uncompress_tcp()
508 th->th_flags &= ~TH_PUSH; in sl_uncompress_tcp()
/NextBSD/sys/dev/mlx5/mlx5_en/
HDtcp_tlro.c457 if ((pinfoa->tcp->th_flags & ~(TH_ACK | TH_PUSH)) || in tcp_tlro_combine()
458 (pinfob->tcp->th_flags & ~(TH_ACK | TH_PUSH))) in tcp_tlro_combine()
HDmlx5_en_rx.c134 th->th_flags |= TH_PUSH; in mlx5e_lro_update_hdr()
/NextBSD/sys/contrib/ipfilter/netinet/
HDip_compat.h759 #define TCPF_ALL (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|\
1066 #ifndef TH_PUSH
1067 # define TH_PUSH 0x08 macro
/NextBSD/contrib/ipfilter/ipsend/
HDipsend.c414 tcp->th_flags |= TH_PUSH;
HDiptests.c977 for (i = 0; i <= (TH_URG|TH_ACK|TH_PUSH|TH_RST|TH_SYN|TH_FIN);
/NextBSD/usr.sbin/trpt/
HDtrpt.c402 pf(TH_PUSH, "PUSH"); in tcp_trace()
/NextBSD/sys/dev/sfxge/
HDsfxge_tx.c1118 tcp_flags &= ~(TH_FIN | TH_PUSH); in tso_start_new_packet()
1189 tsoh_th->th_flags &= ~(TH_FIN | TH_PUSH); in tso_start_new_packet()
HDsfxge_rx.c493 c_th->th_flags |= (th->th_flags & TH_PUSH); in sfxge_lro_merge()
/NextBSD/sys/dev/qlxgbe/
HDql_isr.c274 th->th_flags |= TH_PUSH; in qla_lro_intr()
/NextBSD/contrib/ipfilter/iplang/
HDiplang_y.y1114 static int flagv[] = { TH_ACK, TH_SYN, TH_URG, TH_RST, TH_PUSH,
/NextBSD/contrib/ipfilter/tools/
HDipmon.c88 { TH_PUSH,'P' },

12