Home
last modified time | relevance | path

Searched refs:cap (Results 1 – 3 of 3) sorted by relevance

/openthread-3.5.0/third_party/mbedtls/repo/tests/scripts/
Ddocker_env.sh89 --cap-add SYS_PTRACE \
/openthread-3.5.0/third_party/tcplp/bsdtcp/
Dtcp_subr.c378 tcp_maxmtu6(struct tcpcb* tp, struct tcp_ifcap *cap) in tcp_maxmtu6() argument
Dtcp_input.c3011 struct hc_metrics_lite *metricptr, struct tcp_ifcap *cap) in tcp_mss_update() argument
3029 maxmtu = tcp_maxmtu6(tp, cap); in tcp_mss_update()
3148 struct tcp_ifcap cap; in tcp_mss() local
3152 bzero(&cap, sizeof(cap)); in tcp_mss()
3153 tcp_mss_update(tp, offer, -1, &metrics, &cap); in tcp_mss()