Searched defs:mss (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-current/usr.sbin/ppp/
H A Dtcpmss.c108 u_int16_t *mss; local
/freebsd-current/sys/dev/enic/
H A Dwq_enet_desc.h39 wq_enet_desc_enc(struct wq_enet_desc *desc, u64 address, u16 length, u16 mss, u16 header_length, u8 offload_mode, u8 eop, u8 cq_entry, u8 fcoe_encap, u8 vlan_tag_insert, u16 vlan_tag, u8 loopback) argument
58 wq_enet_desc_dec(struct wq_enet_desc *desc, u64 *address, u16 *length, u16 *mss, u16 *header_length, u8 *offload_mode, u8 *eop, u8 *cq_entry, u8 *fcoe_encap, u8 *vlan_tag_insert, u16 *vlan_tag, u8 *loopback) argument
H A Denic_txrx.c93 uint16_t mss = 7; local
/freebsd-current/sys/netpfil/ipfw/pmod/
H A Dtcpmod.c60 tcpmod_setmss(struct mbuf **mp, struct tcphdr *tcp, int tlen, uint16_t mss) argument
117 tcpmod_ipv6_setmss(struct mbuf **mp, uint16_t mss) argument
151 tcpmod_ipv4_setmss(struct mbuf **mp, uint16_t mss) argument
/freebsd-current/sys/dev/ice/
H A Dice_common_txrx.h148 u32 cmd, mss, type, tsolen; local
/freebsd-current/sys/dev/gve/
H A Dgve_desc.h70 __be16 mss; /* TSO MSS */ member in struct:gve_tx_seg_desc
111 __be16 mss; member in struct:gve_rx_desc
/freebsd-current/sys/netpfil/pf/
H A Dpf_syncookies.c298 uint16_t mss; local
507 uint16_t mss; local
463 pf_syncookie_generate(struct mbuf *m, int off, struct pf_pdesc *pd, uint16_t mss) argument
/freebsd-current/sys/netinet/cc/
H A Dcc_cubic.c424 uint32_t mss, pipe; local
H A Dcc_newreno.c369 uint32_t beta, beta_ecn, cwin, factor, mss, pipe; local
H A Dcc_htcp.c284 uint32_t mss, pipe; local
H A Dcc_dctcp.c243 uint32_t cwin, mss, pipe; local
H A Dcc.c457 uint32_t cwin, factor, mss, pipe; local
/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_tx.c762 u32 mss = mb->m_pkthdr.tso_segsz; local
788 u32 mss = mb->m_pkthdr.tso_segsz; local
/freebsd-current/sys/dev/iavf/
H A Diavf_txrx_iflib.c263 u32 cmd, mss, type, tsolen; local
/freebsd-current/sys/dev/ena/
H A Dena_datapath.c706 u32 mss; local
/freebsd-current/sys/dev/ixl/
H A Dixl_txrx.c284 u32 cmd, mss, type, tsolen; local
/freebsd-current/sys/dev/sfxge/common/
H A Defx_tx.c641 efx_tx_qdesc_tso2_create( __in efx_txq_t *etp, __in uint16_t ipv4_id, __in uint16_t outer_ipv4_id, __in uint32_t tcp_seq, __in uint16_t mss, __out_ecount(count) efx_desc_t *edp, __in int count) argument
/freebsd-current/sbin/pfctl/
H A Dpfctl_osfp.c96 int window, w_mod, ttl, df, psize, p_mod, mss, mss_mod, wscale, local
893 get_tcpopts(const char *filename, int lineno, const char *tcpopts, pf_tcpopts_t *packed, int *optcnt, int *mss, int *mss_mod, int *wscale, int *wscale_mod, int *ts0) argument
/freebsd-current/sys/netinet/
H A Dtcp_fastopen.c979 tcp_fastopen_update_cache(struct tcpcb *tp, uint16_t mss, argument
1049 tcp_fastopen_ccache_create(struct tcp_fastopen_ccache_bucket *ccb, struct in_conninfo *inc, uint16_t mss, uint8_t cookie_len, uint8_t *cookie) argument
/freebsd-current/sys/dev/irdma/
H A Dirdma_puda.h127 u16 mss; /* FIXME: Windows driver still using this */ member in struct:irdma_puda_rsrc_info
178 u16 mss; /* FIXME: Windows driver still using this */ member in struct:irdma_puda_rsrc
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c735 u32 mss = mb->m_pkthdr.tso_segsz; local
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_iwarp.h173 u16 mss; member in struct:ecore_iwarp_ep
H A Dtcp_common.h122 __le16 mss /* the mss derived from remote mss and local mtu, ipVersion options and tags */; member in struct:tcp_offload_params
191 __le16 mss /* the mss derived from remote mss and local mtu, ipVersion options and tags */; member in struct:tcp_offload_params_opt2
262 __le16 mss; member in struct:tcp_update_params
H A Decore_iscsi_api.h152 u16 mss; member in struct:ecore_iscsi_conn
/freebsd-current/sys/dev/sge/
H A Dif_sge.c1394 uint32_t cflags, mss; local

Completed in 413 milliseconds

1234