Home
last modified time | relevance | path

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

/openbmc/linux/net/ieee802154/6lowpan/
H A Dreassembly.c457 ieee802154_lowpan->fqdir->high_thresh = IPV6_FRAG_HIGH_THRESH; in lowpan_frags_init_net()
/openbmc/linux/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c507 nf_frag->fqdir->high_thresh = IPV6_FRAG_HIGH_THRESH; in nf_ct_net_init()
/openbmc/linux/net/ipv6/
H A Dreassembly.c539 net->ipv6.fqdir->high_thresh = IPV6_FRAG_HIGH_THRESH; in ipv6_frags_init_net()
/openbmc/linux/include/net/
H A Dipv6.h546 #define IPV6_FRAG_HIGH_THRESH (4 * 1024*1024) /* 4194304 */ macro