Home
last modified time | relevance | path

Searched refs:low_thresh (Results 1 – 6 of 6) sorted by relevance

/linux/net/ieee802154/6lowpan/
H A Dreassembly.c376 table[0].extra1 = &ieee802154_lowpan->fqdir->low_thresh; in lowpan_frags_ns_sysctl_register()
377 table[1].data = &ieee802154_lowpan->fqdir->low_thresh; in lowpan_frags_ns_sysctl_register()
454 ieee802154_lowpan->fqdir->low_thresh = IPV6_FRAG_LOW_THRESH; in lowpan_frags_init_net()
/linux/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c84 table[1].data = &nf_frag->fqdir->low_thresh; in nf_ct_frag6_sysctl_register()
87 table[2].extra1 = &nf_frag->fqdir->low_thresh; in nf_ct_frag6_sysctl_register()
507 nf_frag->fqdir->low_thresh = IPV6_FRAG_LOW_THRESH; in nf_ct_net_init()
/linux/arch/arm/mach-pxa/
H A Dsharpsl_pm.c198 int low_thresh, high_thresh; in get_apm_status() local
202 low_thresh = sharpsl_pm.machinfo->status_low_acin; in get_apm_status()
205 low_thresh = sharpsl_pm.machinfo->status_low_noac; in get_apm_status()
210 if (voltage >= low_thresh) in get_apm_status()
/linux/net/ipv6/
H A Dreassembly.c466 table[0].extra1 = &net->ipv6.fqdir->low_thresh; in ip6_frags_ns_sysctl_register()
467 table[1].data = &net->ipv6.fqdir->low_thresh; in ip6_frags_ns_sysctl_register()
538 net->ipv6.fqdir->low_thresh = IPV6_FRAG_LOW_THRESH; in ipv6_frags_init_net()
/linux/include/net/
H A Dinet_frag.h16 long low_thresh; member
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_mux.c407 int low_thresh = IPC_MEM_MUX_UL_FLOWCTRL_LOW_B; in ipc_mux_check_n_restart_tx() local
409 if (ipc_mux->ul_data_pend_bytes < low_thresh) in ipc_mux_check_n_restart_tx()