Home
last modified time | relevance | path

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

1234

/freebsd-14.2/sys/netpfil/ipfw/pmod/
H A Dtcpmod.c61 tcpmod_setmss(struct mbuf **mp, struct tcphdr *tcp, int tlen, uint16_t mss) in tcpmod_setmss()
118 tcpmod_ipv6_setmss(struct mbuf **mp, uint16_t mss) in tcpmod_ipv6_setmss()
152 tcpmod_ipv4_setmss(struct mbuf **mp, uint16_t mss) in tcpmod_ipv4_setmss()
/freebsd-14.2/sys/netpfil/pf/
H A Dpf_syncookies.c295 uint16_t mss; in pf_syncookie_send() local
461 uint16_t mss) in pf_syncookie_generate()
504 uint16_t mss; in pf_syncookie_recreate_syn() local
/freebsd-14.2/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-14.2/sys/dev/gve/
H A Dgve_desc.h70 __be16 mss; /* TSO MSS */ member
111 __be16 mss; member
/freebsd-14.2/sys/netinet/
H A Dtcp_input.c1678 uint16_t mss; in tcp_do_segment() local
3757 int mss = 0; in tcp_mss_update() local
3905 int mss; in tcp_mss() local
3981 int mss = 0; in tcp_mssopt() local
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-14.2/usr.sbin/ppp/
H A Dtcpmss.c108 u_int16_t *mss; in MSSFixup() local
/freebsd-14.2/sys/dev/ice/
H A Dice_common_txrx.h148 u32 cmd, mss, type, tsolen; in ice_tso_setup() local
/freebsd-14.2/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-14.2/sys/netinet/cc/
H A Dcc_newreno.c371 u_int mss; in newreno_cong_signal() local
H A Dcc_cubic.c425 u_int mss; in cubic_cong_signal() local
H A Dcc_htcp.c285 u_int mss; in htcp_cong_signal() local
H A Dcc_dctcp.c244 u_int cwin, mss; in dctcp_cong_signal() local
H A Dcc.c458 u_int mss; in newreno_cc_cong_signal() local
/freebsd-14.2/cddl/lib/libdtrace/
H A Dsiftr.d56 uint32_t mss; member
/freebsd-14.2/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-14.2/sbin/pfctl/
H A Dpfctl_osfp.c97 int window, w_mod, ttl, df, psize, p_mod, mss, mss_mod, wscale, in pfctl_file_fingerprints() local
895 pf_tcpopts_t *packed, int *optcnt, int *mss, int *mss_mod, int *wscale, in get_tcpopts()
/freebsd-14.2/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-14.2/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-14.2/sys/dev/iavf/
H A Diavf_txrx_iflib.c263 u32 cmd, mss, type, tsolen; in iavf_tso_setup() local
/freebsd-14.2/sys/dev/usb/net/
H A Dif_axgereg.h165 uint32_t mss; member
/freebsd-14.2/sys/dev/ena/
H A Dena_datapath.c714 u32 mss; in ena_tx_csum() local
/freebsd-14.2/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