Searched refs:nextp (Results 1 – 2 of 2) sorted by relevance
455 struct sk_buff **nextp = NULL; in inet_frag_reasm_prepare() local530 nextp = &clone->next; in inet_frag_reasm_prepare()532 nextp = &skb_shinfo(head)->frag_list; in inet_frag_reasm_prepare()550 return nextp; in inet_frag_reasm_prepare()559 struct sk_buff **nextp = reasm_data; in inet_frag_reasm_finish() local600 *nextp = fp; in inet_frag_reasm_finish()601 nextp = &fp->next; in inet_frag_reasm_finish()617 *nextp = NULL; in inet_frag_reasm_finish()
2130 while (*nextp) { in iptfs_rehome_fraglist()2131 fllen += (*nextp)->len; in iptfs_rehome_fraglist()2132 nextp = &(*nextp)->next; in iptfs_rehome_fraglist()2138 return nextp; in iptfs_rehome_fraglist()2230 nextp = &shi->frag_list; in iptfs_output_queued()2231 while (*nextp) { in iptfs_output_queued()2233 nextp = iptfs_rehome_fraglist(&(*nextp)->next, *nextp); in iptfs_output_queued()2235 nextp = &(*nextp)->next; in iptfs_output_queued()2292 *nextp = skb2; in iptfs_output_queued()2293 nextp = &skb2->next; in iptfs_output_queued()[all …]
Completed in 12 milliseconds