Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dinet_fragment.c44 int ip_defrag_offset; member
402 else if (FRAG_CB(last)->ip_defrag_offset + last->len < end) { in inet_frag_queue_insert()
405 if (offset < FRAG_CB(last)->ip_defrag_offset + last->len) in inet_frag_queue_insert()
407 if (offset == FRAG_CB(last)->ip_defrag_offset + last->len) in inet_frag_queue_insert()
424 curr_run_end = FRAG_CB(curr)->ip_defrag_offset + in inet_frag_queue_insert()
426 if (end <= FRAG_CB(curr)->ip_defrag_offset) in inet_frag_queue_insert()
430 else if (offset >= FRAG_CB(curr)->ip_defrag_offset && in inet_frag_queue_insert()
444 FRAG_CB(skb)->ip_defrag_offset = offset; in inet_frag_queue_insert()
497 WARN_ON(FRAG_CB(head)->ip_defrag_offset != 0); in inet_frag_reasm_prepare()