Searched refs:cap (Results 1 – 3 of 3) sorted by relevance
89 --cap-add SYS_PTRACE \
378 tcp_maxmtu6(struct tcpcb* tp, struct tcp_ifcap *cap) in tcp_maxmtu6() argument
3011 struct hc_metrics_lite *metricptr, struct tcp_ifcap *cap) in tcp_mss_update() argument3029 maxmtu = tcp_maxmtu6(tp, cap); in tcp_mss_update()3148 struct tcp_ifcap cap; in tcp_mss() local3152 bzero(&cap, sizeof(cap)); in tcp_mss()3153 tcp_mss_update(tp, offer, -1, &metrics, &cap); in tcp_mss()