Home
last modified time | relevance | path

Searched refs:tcp_ifcap (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h492 struct tcp_ifcap { struct
1001 uint32_t tcp_maxmtu(struct in_conninfo *, struct tcp_ifcap *);
1002 uint32_t tcp_maxmtu6(struct in_conninfo *, struct tcp_ifcap *);
1005 struct tcp_ifcap *);
/f-stack/freebsd/netinet/
H A Dtcp_var.h492 struct tcp_ifcap { struct
1001 uint32_t tcp_maxmtu(struct in_conninfo *, struct tcp_ifcap *);
1002 uint32_t tcp_maxmtu6(struct in_conninfo *, struct tcp_ifcap *);
1005 struct tcp_ifcap *);
H A Dtcp_subr.c2942 tcp_maxmtu(struct in_conninfo *inc, struct tcp_ifcap *cap) in tcp_maxmtu()
2975 tcp_maxmtu6(struct in_conninfo *inc, struct tcp_ifcap *cap) in tcp_maxmtu6()
H A Dtcp_input.c3660 struct hc_metrics_lite *metricptr, struct tcp_ifcap *cap) in tcp_mss_update()
3813 struct tcp_ifcap cap; in tcp_mss()