Home
last modified time | relevance | path

Searched defs:mss (Results 1 – 25 of 78) sorted by relevance

1234

/freebsd/sys/netpfil/ipfw/pmod/
H A Dtcpmod.c60 tcpmod_setmss(struct mbuf **mp, struct tcphdr *tcp, int tlen, uint16_t mss) in tcpmod_setmss()
117 tcpmod_ipv6_setmss(struct mbuf **mp, uint16_t mss) in tcpmod_ipv6_setmss()
151 tcpmod_ipv4_setmss(struct mbuf **mp, uint16_t mss) in tcpmod_ipv4_setmss()
/freebsd/sys/netpfil/pf/
H A Dpf_syncookies.c298 uint16_t mss; in pf_syncookie_send() local
464 uint16_t mss) in pf_syncookie_generate()
507 uint16_t mss; in pf_syncookie_recreate_syn() local
/freebsd/sys/dev/enic/
H A Dwq_enet_desc.h40 u64 address, u16 length, u16 mss, u16 header_length, in wq_enet_desc_enc()
59 u64 *address, u16 *length, u16 *mss, u16 *header_length, in wq_enet_desc_dec()
H A Denic_txrx.c93 uint16_t mss = 7; in enic_isc_txd_encap() local
/freebsd/sys/dev/gve/
H A Dgve_desc.h70 __be16 mss; /* TSO MSS */ member
111 __be16 mss; member
/freebsd/sys/netinet/
H A Dtcp_input.c1686 uint16_t mss; tcp_do_segment() local
3743 int mss = 0; tcp_mss_update() local
3891 int mss; tcp_mss() local
3967 int mss = 0; tcp_mssopt() local
[all...]
H A Dtcp_fastopen.c979 tcp_fastopen_update_cache(struct tcpcb *tp, uint16_t mss, in tcp_fastopen_update_cache()
1050 struct in_conninfo *inc, uint16_t mss, uint8_t cookie_len, uint8_t *cookie) in tcp_fastopen_ccache_create()
/freebsd/usr.sbin/ppp/
H A Dtcpmss.c108 u_int16_t *mss; in MSSFixup() local
/freebsd/sys/dev/ice/
H A Dice_common_txrx.h148 u32 cmd, mss, type, tsolen; in ice_tso_setup() local
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_tx.c762 u32 mss = mb->m_pkthdr.tso_segsz; in mlx5e_sq_xmit() local
788 u32 mss = mb->m_pkthdr.tso_segsz; in mlx5e_sq_xmit() local
/freebsd/cddl/lib/libdtrace/
H A Dsiftr.d56 uint32_t mss; member
/freebsd/sys/netinet/cc/
H A Dcc_newreno.c369 uint32_t beta, beta_ecn, cwin, factor, mss, pipe; in newreno_cong_signal() local
H A Dcc_cubic.c424 uint32_t mss, pipe; in cubic_cong_signal() local
H A Dcc_htcp.c284 uint32_t mss, pipe; in htcp_cong_signal() local
H A Dcc_dctcp.c243 uint32_t cwin, mss, pipe; in dctcp_cong_signal() local
H A Dcc.c457 uint32_t cwin, factor, mss, pipe; in newreno_cc_cong_signal() local
/freebsd/sys/dev/qlnx/qlnxe/
H A Dtcp_common.h122 __le16 mss /* the mss derived from remote mss and local mtu, ipVersion options and tags */; member
191 __le16 mss /* the mss derived from remote mss and local mtu, ipVersion options and tags */; member
262 __le16 mss; member
/freebsd/sbin/pfctl/
H A Dpfctl_osfp.c96 int window, w_mod, ttl, df, psize, p_mod, mss, mss_mod, wscale, in pfctl_file_fingerprints() local
894 pf_tcpopts_t *packed, int *optcnt, int *mss, int *mss_mod, int *wscale, in get_tcpopts()
/freebsd/sys/dev/hyperv/netvsc/
H A Dndis.h392 #define NDIS_LSO2_INFO_MAKE(thoff, mss) \ argument
397 #define NDIS_LSO2_INFO_MAKEIPV4(thoff, mss) \ argument
400 #define NDIS_LSO2_INFO_MAKEIPV6(thoff, mss) \ argument
/freebsd/sys/dev/irdma/
H A Dirdma_puda.h127 u16 mss; /* FIXME: Windows driver still using this */ member
178 u16 mss; /* FIXME: Windows driver still using this */ member
H A Dirdma_cm.h224 __be16 mss; member
236 struct option_mss mss; member
264 u32 mss; member
/freebsd/sys/dev/iavf/
H A Diavf_txrx_iflib.c263 u32 cmd, mss, type, tsolen; in iavf_tso_setup() local
/freebsd/sys/dev/usb/net/
H A Dif_axgereg.h165 uint32_t mss; member
/freebsd/sys/dev/ena/
H A Dena_datapath.c706 u32 mss; in ena_tx_csum() local
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c352 tcpopts_parse(const struct tcphdr *tcp, uint16_t *mss) in tcpopts_parse()
2470 uint16_t mss, *p; in ipfw_chk() local

1234