Searched refs:rxm (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/net/tls/ |
| H A D | tls_sw.c | 1643 struct strp_msg *rxm; in tls_decrypt_sw() local 1672 rxm->full_len -= pad; in tls_decrypt_sw() 1683 struct strp_msg *rxm; in tls_decrypt_device() local 1704 rxm->full_len -= pad; in tls_decrypt_device() 1762 struct strp_msg *rxm; in tls_rx_one_record() local 1868 rxm->offset = rxm->offset + chunk; in process_rx_list() 1869 rxm->full_len = rxm->full_len - chunk; in process_rx_list() 2132 rxm->offset = rxm->offset + rxm->full_len; in tls_sw_recvmsg() 2248 rxm = strp_msg(skb); in tls_sw_splice_read() 2263 rxm->offset += len; in tls_sw_splice_read() [all …]
|
| H A D | tls_device.c | 834 struct strp_msg *rxm; in tls_device_core_ctrl_rx_resync() local 859 rxm = strp_msg(skb); in tls_device_core_ctrl_rx_resync() 862 if (tcp_inq(sk) > rxm->full_len) { in tls_device_core_ctrl_rx_resync() 885 struct strp_msg *rxm; in tls_device_reencrypt() local 891 rxm = strp_msg(tls_strp_msg(sw_ctx)); in tls_device_reencrypt() 903 rxm = strp_msg(skb); in tls_device_reencrypt() 904 offset = rxm->offset; in tls_device_reencrypt() 945 if (pos >= data_len + rxm->offset) in tls_device_reencrypt() 950 data_len + rxm->offset - offset); in tls_device_reencrypt() 974 struct strp_msg *rxm = strp_msg(skb); in tls_device_decrypted() local [all …]
|
| H A D | tls_strp.c | 71 struct strp_msg *rxm; in tls_strp_msg_make_copy() local 79 rxm = strp_msg(skb); in tls_strp_msg_make_copy() 80 rxm->offset = 0; in tls_strp_msg_make_copy() 480 struct strp_msg *rxm; in tls_strp_msg_load() local 493 rxm = strp_msg(strp->anchor); in tls_strp_msg_load() 494 rxm->full_len = strp->stm.full_len; in tls_strp_msg_load() 495 rxm->offset = strp->stm.offset; in tls_strp_msg_load()
|
| /linux-6.15/net/xfrm/ |
| H A D | espintcp.c | 58 struct strp_msg *rxm = strp_msg(skb); in espintcp_rcv() local 59 int len = rxm->full_len - 2; in espintcp_rcv() 67 err = skb_copy_bits(skb, rxm->offset + 2, &data, 1); in espintcp_rcv() 87 err = skb_copy_bits(skb, rxm->offset + 2, &nonesp_marker, in espintcp_rcv() 96 if (!pskb_pull(skb, rxm->offset + 2)) { in espintcp_rcv() 102 if (pskb_trim(skb, rxm->full_len - 2) != 0) { in espintcp_rcv() 116 struct strp_msg *rxm = strp_msg(skb); in espintcp_parse() local 121 if (skb->len < rxm->offset + 2) in espintcp_parse() 124 err = skb_copy_bits(skb, rxm->offset, &blen, sizeof(blen)); in espintcp_parse()
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 3654 struct strp_msg *rxm = strp_msg(skb); in BPF_CALL_4() local 3656 rxm->full_len += len_diff; in BPF_CALL_4()
|