FreeBSD kernel IPv4 code
tcp_ifcap Struct Reference

#include <tcp_var.h>

Data Fields

int ifcap
 
u_int tsomax
 
u_int tsomaxsegcount
 
u_int tsomaxsegsize
 

Detailed Description

Definition at line 618 of file tcp_var.h.

Field Documentation

◆ ifcap

int tcp_ifcap::ifcap

Definition at line 619 of file tcp_var.h.

Referenced by tcp_mss().

◆ tsomax

u_int tcp_ifcap::tsomax

Definition at line 620 of file tcp_var.h.

Referenced by tcp_mss().

◆ tsomaxsegcount

u_int tcp_ifcap::tsomaxsegcount

Definition at line 621 of file tcp_var.h.

Referenced by tcp_mss().

◆ tsomaxsegsize

u_int tcp_ifcap::tsomaxsegsize

Definition at line 622 of file tcp_var.h.

Referenced by tcp_mss().


The documentation for this struct was generated from the following file: