Searched refs:stm (Results 1 – 7 of 7) sorted by relevance
75 strp->stm.full_len); in tls_strp_msg_make_copy()166 len = strp->stm.full_len; in tls_strp_msg_hold()254 strp->stm.full_len = sz; in tls_strp_copyin_frag()255 if (!strp->stm.full_len) in tls_strp_copyin_frag()289 if (strp->stm.full_len) in tls_strp_copyin_skb()361 if (strp->stm.full_len && strp->stm.full_len == skb->len) { in tls_strp_copyin()417 strp->stm.offset = 0; in tls_strp_read_copy()430 unsigned int len = strp->stm.offset + strp->stm.full_len; in tls_strp_check_queue_ok()489 memset(&strp->stm, 0, sizeof(strp->stm)); in tls_strp_msg_load()530 if (!strp->stm.full_len || inq < strp->stm.full_len) in tls_strp_read_sock()[all …]
2427 if (strp->stm.offset + prot->prepend_size > skb->len) in tls_rx_msg_size()2437 ret = skb_copy_bits(skb, strp->stm.offset, header, prot->prepend_size); in tls_rx_msg_size()2468 TCP_SKB_CB(skb)->seq + strp->stm.offset); in tls_rx_msg_size()
94 struct _strp_msg *stm; in __strp_recv() local186 stm = _strp_msg(head); in __strp_recv()187 memset(stm, 0, sizeof(*stm)); in __strp_recv()202 stm = _strp_msg(head); in __strp_recv()210 if (!stm->strp.full_len) { in __strp_recv()217 if (!stm->accum_len) { in __strp_recv()250 stm->strp.full_len = len; in __strp_recv()254 stm->strp.full_len; in __strp_recv()258 if (stm->strp.full_len - stm->accum_len > in __strp_recv()267 if (!stm->accum_len) { in __strp_recv()[all …]
979 struct strp_msg *stm; in kcm_recvmsg() local989 stm = strp_msg(skb); in kcm_recvmsg()991 if (len > stm->full_len) in kcm_recvmsg()992 len = stm->full_len; in kcm_recvmsg()1007 stm->offset += copied; in kcm_recvmsg()1028 struct strp_msg *stm; in kcm_splice_read() local1046 stm = strp_msg(skb); in kcm_splice_read()1048 if (len > stm->full_len) in kcm_splice_read()1049 len = stm->full_len; in kcm_splice_read()1059 stm->offset += copied; in kcm_splice_read()[all …]
678 struct strp_msg *stm = strp_msg(skb); in sk_psock_backlog() local680 off = stm->offset; in sk_psock_backlog()681 len = stm->full_len; in sk_psock_backlog()1033 struct strp_msg *stm = strp_msg(skb); in sk_psock_verdict_apply() local1035 off = stm->offset; in sk_psock_verdict_apply()1036 len = stm->full_len; in sk_psock_verdict_apply()
1731 struct __kernel_sock_timeval stm; in sk_getsockopt() member
1967 struct __kernel_sock_timeval stm; in vsock_connectible_getsockopt() member
Completed in 37 milliseconds