Lines Matching refs:first
284 struct sk_buff *nskb, *first, *last; in tls_strp_copyin_skb() local
304 first = shinfo->frag_list; in tls_strp_copyin_skb()
305 last = first->prev; in tls_strp_copyin_skb()
307 first->prev = nskb; in tls_strp_copyin_skb()
431 struct sk_buff *first, *skb; in tls_strp_check_queue_ok() local
434 first = skb_shinfo(strp->anchor)->frag_list; in tls_strp_check_queue_ok()
435 skb = first; in tls_strp_check_queue_ok()
436 seq = TCP_SKB_CB(first)->seq; in tls_strp_check_queue_ok()
448 if (skb_cmp_decrypted(first, skb)) in tls_strp_check_queue_ok()
458 struct sk_buff *first; in tls_strp_load_anchor_with_queue() local
461 first = tcp_recv_skb(strp->sk, tp->copied_seq, &offset); in tls_strp_load_anchor_with_queue()
462 if (WARN_ON_ONCE(!first)) in tls_strp_load_anchor_with_queue()
470 skb_shinfo(strp->anchor)->frag_list = first; in tls_strp_load_anchor_with_queue()
472 skb_copy_header(strp->anchor, first); in tls_strp_load_anchor_with_queue()