| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack_bbr_common.c | 260 int32_t retval, nxt_pkt, tlen, off; in ctf_process_inbound_raw() local 496 int32_t rstreason, int32_t tlen) in ctf_do_dropwithreset() 516 int32_t tlen; in ctf_drop_checks() local 617 …struct mbuf *m, struct tcpcb *tp, struct tcphdr *th, int32_t thflags, int32_t tlen, int32_t * ret_… in ctf_do_dropafterack() 759 int32_t tlen, int32_t thflags, int32_t * ret_val) in ctf_ts_check() 807 int32_t rstreason, int32_t tlen) in ctf_do_dropwithreset_conn()
|
| H A D | rack.c | 4137 #define DELAY_ACK(tp, tlen) \ argument 8205 uint32_t tiwin, int32_t tlen, in rack_process_ack() 8499 int32_t tlen, int32_t tfo_syn) in rack_handle_delayed_ack() 8529 struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen, in rack_process_data() 8811 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_fastnewdata() 8955 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_fastack() 9164 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_syn_sent() 9787 struct tcpcb *tp, int32_t *tlen, struct tcphdr *th, struct socket *so) in rack_check_data_after_close() 10749 struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen, uint8_t iptos, in rack_do_segment_nounlock() 11195 struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen, uint8_t iptos) in rack_do_segment() [all …]
|
| H A D | bbr.c | 7790 uint32_t tiwin, int32_t tlen, in bbr_process_ack() 8209 struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen, in bbr_process_data() 8493 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_fastnewdata() 8643 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_fastack() 8838 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_syn_sent() 9048 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_syn_recv() 9259 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_established() 9394 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_close_wait() 9484 struct tcpcb *tp, int32_t * tlen, struct tcphdr *th, struct socket *so) in bbr_check_data_after_close() 11394 struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen, uint8_t iptos, in bbr_do_segment_nounlock() [all …]
|
| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | esp_inb.c | 354 process_step1(struct rte_mbuf *mb, uint32_t tlen, struct rte_mbuf **ml, in process_step1() 400 uint32_t *tofs, struct rte_esp_tail espt, uint32_t hlen, uint32_t tlen) in trs_process_check() 423 uint32_t *tofs, struct rte_esp_tail espt, uint32_t hlen, uint32_t tlen, in tun_process_check() 439 uint32_t adj, uint32_t tofs, uint32_t tlen, uint32_t *sqn) in tun_process_step2() 463 uint32_t adj, uint32_t tofs, uint32_t tlen, uint32_t *sqn) in trs_process_step2() 530 const uint32_t tlen = sa->icv_len + sizeof(espt[0]) + sqh_len; in tun_process() local 588 const uint32_t tlen = sa->icv_len + sizeof(espt[0]) + sqh_len; in trs_process() local
|
| H A D | esp_outb.c | 112 uint32_t clen, hlen, l2len, pdlen, pdofs, plen, tlen; in outb_tun_pkt_prepare() local 280 uint32_t clen, hlen, pdlen, pdofs, plen, tlen, uhlen; in outb_trs_pkt_prepare() local
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_input.c | 525 #define DELAY_ACK(tp, tlen) \ argument 628 int tlen = 0, off; in tcp_input() local 1452 struct tcpcb *tp, int tlen) in tcp_autorcvbuf() 1500 struct tcpcb *tp, int drop_hdrlen, int tlen, uint8_t iptos) in tcp_do_segment() 3352 int tlen, int rstreason) in tcp_dropwithreset()
|
| H A D | tcp_reass.c | 325 struct mbuf *m, struct tcphdr *th, int tlen, in tcp_reass_append() 351 int tlen, struct mbuf *mlast, int lenofoh) in tcp_reass_prepend()
|
| H A D | tcp_timewait.c | 381 struct mbuf *m, int tlen) in tcp_twcheck()
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_ftp.c | 229 int hlen, tlen, dlen, pflags; in AliasHandleFtpOut() local 294 int hlen, tlen, dlen, pflags; in AliasHandleFtpIn() local 666 int slen, hlen, tlen, dlen; in NewFtpMessage() local
|
| H A D | alias_smedia.c | 242 int hlen, tlen, dlen; in alias_rtsp_out() local 483 int hlen, tlen, dlen; in AliasHandleRtspOut() local
|
| H A D | alias_irc.c | 174 int hlen, tlen, dlen; in AliasHandleIrcOut() local
|
| H A D | alias_skinny.c | 306 size_t hlen, tlen, dlen; in AliasHandleSkinny() local
|
| H A D | alias_pptp.c | 439 int hlen, tlen, dlen; in AliasVerifyPptp() local
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_radiotap.c | 57 struct ieee80211_radiotap_header *th, int tlen, uint32_t tx_radiotap, in ieee80211_radiotap_attach() 67 int tlen, int n_tx_v, uint32_t tx_radiotap, in ieee80211_radiotap_attachv()
|
| /f-stack/freebsd/netpfil/ipfw/pmod/ |
| H A D | tcpmod.c | 63 tcpmod_setmss(struct mbuf **mp, struct tcphdr *tcp, int tlen, uint16_t mss) in tcpmod_setmss()
|
| /f-stack/freebsd/netipsec/ |
| H A D | key_debug.c | 171 int tlen, extlen; in kdebug_sadb() local 538 int tlen; in kdebug_sadb_x_policy() local
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_mbuf2.c | 100 int hlen, tlen, olen; in m_pulldown() local
|
| H A D | sysv_msg.c | 1012 size_t tlen; in kern_msgsnd() local 1362 size_t tlen; in kern_msgrcv() local
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_pppoe.c | 400 int tlen; in make_packet() local 1301 int error, tlen; in send_acname() local 1365 int error, tlen; in send_hurl() local 1388 int error, tlen; in send_motm() local
|
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_utils.c | 155 int tlen = len; in ulp_bs_push_lsb() local 178 int tlen = len; in ulp_bs_push_msb() local
|
| /f-stack/freebsd/x86/include/ |
| H A D | bus_dma.h | 146 bus_size_t tlen, int ma_offs, int flags, bus_dma_segment_t *segs, in _bus_dmamap_load_ma()
|
| /f-stack/freebsd/arm64/include/ |
| H A D | bus_dma.h | 111 bus_size_t tlen, int ma_offs, int flags, bus_dma_segment_t *segs, in _bus_dmamap_load_ma()
|
| /f-stack/dpdk/drivers/common/octeontx2/hw/ |
| H A D | otx2_sdp.h | 162 uint64_t tlen:16; member
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_output.c | 262 int tlen = m0->m_pkthdr.len; in ip6_fragment() local 436 int tlen, len; in ip6_output() local
|
| /f-stack/freebsd/contrib/openzfs/module/icp/api/ |
| H A D | kcf_cipher.c | 166 int tlen; in crypto_cipher_init_prov() local
|