Home
last modified time | relevance | path

Searched refs:lnet (Results 1 – 11 of 11) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/net/
Dxfrm_policy.sh35 local lnet=$4
39 …ip -net $ns xfrm policy add src $lnet dst $rnet dir out tmpl src $me dst $remote proto esp mode tu…
41 …ip -net $ns xfrm policy add src $rnet dst $lnet dir fwd tmpl src $remote dst $me proto esp mode tu…
48 local lnet=$4
53 …me proto esp spi $spi_in enc aes $KEY_AES auth sha1 $KEY_SHA mode tunnel sel src $rnet dst $lnet
54 …mote proto esp spi $spi_out enc aes $KEY_AES auth sha1 $KEY_SHA mode tunnel sel src $lnet dst $rnet
56 do_esp_policy $ns $me $remote $lnet $rnet
120 local lnet=$2
123 ip -net $ns xfrm policy get src $lnet dst $rnet dir out > /dev/null
126 echo "FAIL: ip -net $ns xfrm policy get src $lnet dst $rnet dir out"
[all …]
/external/linux-kselftest/tools/testing/selftests/netfilter/
Dnft_flowtable.sh366 local lnet=$4
371 …$me proto esp spi $spi_in enc aes $KEY_AES auth sha1 $KEY_SHA mode tunnel sel src $rnet dst $lnet
372 …mote proto esp spi $spi_out enc aes $KEY_AES auth sha1 $KEY_SHA mode tunnel sel src $lnet dst $rnet
375 …ip -net $ns xfrm policy add src $lnet dst $rnet dir out tmpl src $me dst $remote proto esp mode tu…
377 …ip -net $ns xfrm policy add src $rnet dst $lnet dir fwd tmpl src $remote dst $me proto esp mode tu…
/external/usrsctp/usrsctplib/netinet/
Dsctp_timer.c830 struct sctp_nets *lnet; local
832 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) {
833 if (net == lnet) {
834 sctp_log_cwnd(stcb, lnet, 1, SCTP_CWND_LOG_FROM_T3);
836 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_LOG_FROM_T3);
Dsctp_cc_functions.c1117 struct sctp_nets *lnet; in sctp_cwnd_update_after_timeout() local
1121 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) { in sctp_cwnd_update_after_timeout()
1122 t_ssthresh += lnet->ssthresh; in sctp_cwnd_update_after_timeout()
1123 t_cwnd += lnet->cwnd; in sctp_cwnd_update_after_timeout()
1124 srtt = lnet->lastsa; in sctp_cwnd_update_after_timeout()
1127 t_ucwnd_sbw += (uint64_t)lnet->cwnd / (uint64_t)srtt; in sctp_cwnd_update_after_timeout()
Dsctputil.c667 struct sctp_nets *lnet; in sctp_auditing() local
756 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) { in sctp_auditing()
757 tot_out += lnet->flight_size; in sctp_auditing()
770 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) { in sctp_auditing()
774 if ((chk->whoTo == lnet) && in sctp_auditing()
779 if (lnet->flight_size != tot_out) { in sctp_auditing()
781 (void *)lnet, lnet->flight_size, in sctp_auditing()
783 lnet->flight_size = tot_out; in sctp_auditing()
Dsctp_input.c318 struct sctp_nets *lnet; in sctp_process_init() local
331 TAILQ_FOREACH(lnet, &asoc->nets, sctp_next) { in sctp_process_init()
332 lnet->ssthresh = asoc->peers_rwnd; in sctp_process_init()
334 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_INITIALIZATION); in sctp_process_init()
Dsctp_pcb.c5215 struct sctp_nets *lnet; local
5217 lnet = TAILQ_FIRST(&asoc->nets);
5243 asoc->primary_destination = sctp_find_alternate_net(stcb, lnet, 0);
Dsctp_output.c6270 struct sctp_nets *lnet; local
6279 TAILQ_FOREACH(lnet, &asoc->nets, sctp_next) {
6280 if (lnet->ro._l_addr.sin6.sin6_family == AF_INET6) {
6281 if (IN6_IS_ADDR_LINKLOCAL(&lnet->ro._l_addr.sin6.sin6_addr)) {
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dconfigure.ac348 LIBS="$LIBS -lnet"
/external/curl/
Dconfigure.ac861 dnl This is for AmigaOS with bsdsocket.library - needs testing before -lnet
895 LIBS="-lnet $LIBS"
/external/python/cpython2/
Dconfigure.ac2468 AC_CHECK_LIB(net, socket, [LIBS="-lnet $LIBS"], [], $LIBS) # BeOS