Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/netfilter/
Dnf_conntrack_reasm.c495 net->nf_frag.fqdir->low_thresh = IPV6_FRAG_LOW_THRESH; in nf_ct_net_init()
/Linux-v5.4/net/ieee802154/6lowpan/
Dreassembly.c453 ieee802154_lowpan->fqdir->low_thresh = IPV6_FRAG_LOW_THRESH; in lowpan_frags_init_net()
/Linux-v5.4/net/ipv6/
Dreassembly.c514 net->ipv6.fqdir->low_thresh = IPV6_FRAG_LOW_THRESH; in ipv6_frags_init_net()
/Linux-v5.4/include/net/
Dipv6.h455 #define IPV6_FRAG_LOW_THRESH (3 * 1024*1024) /* 3145728 */ macro