Home
last modified time | relevance | path

Searched refs:not_last_frag (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dip.h201 __be16 not_last_frag; member
/kernel/linux/linux-6.6/include/net/
H A Dip.h202 __be16 not_last_frag; member
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_output.c664 state->not_last_frag = iph->frag_off & htons(IP_MF); in ip_frag_init()
748 if (state->left > 0 || state->not_last_frag) in ip_frag_next()
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_output.c657 state->not_last_frag = iph->frag_off & htons(IP_MF); in ip_frag_init()
740 if (state->left > 0 || state->not_last_frag) in ip_frag_next()

Completed in 8 milliseconds