Searched defs:iulp_s (Results 1 – 1 of 1) sorted by relevance
808 typedef struct iulp_s { struct809 boolean_t iulp_set; /* Is any metric set? */ argument810 uint32_t iulp_ssthresh; /* Slow start threshold (TCP). */ argument813 uint32_t iulp_spipe; /* Send pipe size. */ argument816 uint32_t iulp_sack; /* Use SACK option (TCP)? */ argument817 uint32_t iulp_mtu; /* Setable with routing sockets */820 iulp_tstamp_ok : 1, /* Use timestamp option (TCP)? */821 iulp_wscale_ok : 1, /* Use window scale option (TCP)? */822 iulp_ecn_ok : 1, /* Enable ECN (for TCP)? */823 iulp_pmtud_ok : 1, /* Enable PMTUd? */[all …]