Searched refs:frag_pos (Results 1 - 1 of 1) sorted by path

/linux-master/net/tls/
H A Dtls_device.c941 int frag_pos; local
952 frag_pos = offset - pos;
953 copy = min_t(int, skb_iter->len - frag_pos,
957 err = skb_store_bits(skb_iter, frag_pos, buf, copy);

Completed in 311 milliseconds