Home
last modified time | relevance | path

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

/Linux-v4.19/net/ieee802154/6lowpan/
Dreassembly.c543 ieee802154_lowpan->frags.low_thresh = IPV6_FRAG_LOW_THRESH; in lowpan_frags_init_net()
/Linux-v4.19/net/ipv6/netfilter/
Dnf_conntrack_reasm.c608 net->nf_frag.frags.low_thresh = IPV6_FRAG_LOW_THRESH; in nf_ct_net_init()
/Linux-v4.19/net/ipv6/
Dreassembly.c624 net->ipv6.frags.low_thresh = IPV6_FRAG_LOW_THRESH; in ipv6_frags_init_net()
/Linux-v4.19/include/net/
Dipv6.h397 #define IPV6_FRAG_LOW_THRESH (3 * 1024*1024) /* 3145728 */ macro