Home
last modified time | relevance | path

Searched refs:IPV6_FRAG_LOW_THRESH (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/net/ieee802154/6lowpan/
Dreassembly.c458 ieee802154_lowpan->fqdir->low_thresh = IPV6_FRAG_LOW_THRESH; in lowpan_frags_init_net()
/linux-6.6.21/net/ipv6/netfilter/
Dnf_conntrack_reasm.c504 nf_frag->fqdir->low_thresh = IPV6_FRAG_LOW_THRESH; in nf_ct_net_init()
/linux-6.6.21/net/ipv6/
Dreassembly.c540 net->ipv6.fqdir->low_thresh = IPV6_FRAG_LOW_THRESH; in ipv6_frags_init_net()
/linux-6.6.21/include/net/
Dipv6.h547 #define IPV6_FRAG_LOW_THRESH (3 * 1024*1024) /* 3145728 */ macro