Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 10 of 10) sorted by relevance

/net/wireless/
Dwext-spy.c116 struct iw_thrspy * threshold = (struct iw_thrspy *) extra; in iw_handler_set_thrspy() local
123 memcpy(&(spydata->spy_thr_low), &(threshold->low), in iw_handler_set_thrspy()
143 struct iw_thrspy * threshold = (struct iw_thrspy *) extra; in iw_handler_get_thrspy() local
150 memcpy(&(threshold->low), &(spydata->spy_thr_low), in iw_handler_get_thrspy()
167 struct iw_thrspy threshold; in iw_send_thrspy_event() local
173 memcpy(threshold.addr.sa_data, address, ETH_ALEN); in iw_send_thrspy_event()
174 threshold.addr.sa_family = ARPHRD_ETHER; in iw_send_thrspy_event()
176 memcpy(&(threshold.qual), wstats, sizeof(struct iw_quality)); in iw_send_thrspy_event()
178 memcpy(&(threshold.low), &(spydata->spy_thr_low), in iw_send_thrspy_event()
182 wireless_send_event(dev, SIOCGIWTHRSPY, &wrqu, (char *) &threshold); in iw_send_thrspy_event()
Dnl80211.c7506 s32 threshold, u32 hysteresis) in nl80211_set_cqm_rssi() argument
7512 if (threshold > 0) in nl80211_set_cqm_rssi()
7524 return rdev_set_cqm_rssi_config(rdev, dev, threshold, hysteresis); in nl80211_set_cqm_rssi()
7546 s32 threshold; in nl80211_set_cqm() local
7548 threshold = nla_get_u32(attrs[NL80211_ATTR_CQM_RSSI_THOLD]); in nl80211_set_cqm()
7550 err = nl80211_set_cqm_rssi(info, threshold, hysteresis); in nl80211_set_cqm()
/net/xfrm/
Dxfrm_ipcomp.c177 if (skb->len < ipcd->threshold) { in ipcomp_output()
368 ipcd->threshold = calg_desc->uinfo.comp.threshold; in ipcomp_init_state()
Dxfrm_algo.c536 .threshold = 90,
546 .threshold = 90,
556 .threshold = 50,
/net/bridge/netfilter/
Debt_nflog.c32 li.u.ulog.qthreshold = info->threshold; in ebt_nflog_tg()
/net/netfilter/
Dxt_NFLOG.c34 li.u.ulog.qthreshold = info->threshold; in nflog_tg()
/net/bluetooth/
Dl2cap_core.c2163 int threshold; in l2cap_send_ack() local
2188 threshold = chan->ack_win; in l2cap_send_ack()
2189 threshold += threshold << 1; in l2cap_send_ack()
2190 threshold >>= 2; in l2cap_send_ack()
2193 threshold); in l2cap_send_ack()
2195 if (frames_to_ack >= threshold) { in l2cap_send_ack()
/net/ipv4/
DKconfig491 congestion window and slow start threshold after a congestion
493 slow start threshold and a congestion window which takes into
Dipmr.c794 v->threshold = vifc->vifc_threshold; in vif_add()
/net/ipv6/
Dip6mr.c983 v->threshold = vifc->vifc_threshold; in mif6_add()