Searched refs:rxm (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/net/tls/ |
A D | tls_sw.c | 1626 struct strp_msg *rxm; in tls_decrypt_sw() local 1655 rxm->full_len -= pad; in tls_decrypt_sw() 1666 struct strp_msg *rxm; in tls_decrypt_device() local 1687 rxm->full_len -= pad; in tls_decrypt_device() 1715 struct strp_msg *rxm; in tls_rx_one_record() local 1820 rxm->offset = rxm->offset + chunk; in process_rx_list() 1821 rxm->full_len = rxm->full_len - chunk; in process_rx_list() 1936 struct strp_msg *rxm; in tls_sw_recvmsg() local 2067 rxm->offset = rxm->offset + rxm->full_len; in tls_sw_recvmsg() 2186 rxm = strp_msg(skb); in tls_sw_splice_read() [all …]
|
A D | tls_strp.c | 40 struct strp_msg *rxm; in tls_strp_msg_make_copy() local 60 rxm = strp_msg(skb); in tls_strp_msg_make_copy() 61 rxm->offset = 0; in tls_strp_msg_make_copy() 364 struct strp_msg *rxm; in tls_strp_msg_load() local 377 rxm = strp_msg(strp->anchor); in tls_strp_msg_load() 378 rxm->full_len = strp->stm.full_len; in tls_strp_msg_load() 379 rxm->offset = strp->stm.offset; in tls_strp_msg_load()
|
A D | tls_device.c | 863 struct strp_msg *rxm; in tls_device_core_ctrl_rx_resync() local 888 rxm = strp_msg(skb); in tls_device_core_ctrl_rx_resync() 891 if (tcp_inq(sk) > rxm->full_len) { in tls_device_core_ctrl_rx_resync() 914 struct strp_msg *rxm; in tls_device_reencrypt() local 926 rxm = strp_msg(tls_strp_msg(sw_ctx)); in tls_device_reencrypt() 938 rxm = strp_msg(skb); in tls_device_reencrypt() 939 offset = rxm->offset; in tls_device_reencrypt() 980 if (pos >= data_len + rxm->offset) in tls_device_reencrypt() 985 data_len + rxm->offset - offset); in tls_device_reencrypt() 1009 struct strp_msg *rxm = strp_msg(skb); in tls_device_decrypted() local [all …]
|
/linux-6.3-rc2/net/xfrm/ |
A D | espintcp.c | 57 struct strp_msg *rxm = strp_msg(skb); in espintcp_rcv() local 58 int len = rxm->full_len - 2; in espintcp_rcv() 66 err = skb_copy_bits(skb, rxm->offset + 2, &data, 1); in espintcp_rcv() 86 err = skb_copy_bits(skb, rxm->offset + 2, &nonesp_marker, in espintcp_rcv() 95 if (!pskb_pull(skb, rxm->offset + 2)) { in espintcp_rcv() 101 if (pskb_trim(skb, rxm->full_len - 2) != 0) { in espintcp_rcv() 115 struct strp_msg *rxm = strp_msg(skb); in espintcp_parse() local 120 if (skb->len < rxm->offset + 2) in espintcp_parse() 123 err = skb_copy_bits(skb, rxm->offset, &blen, sizeof(blen)); in espintcp_parse()
|
/linux-6.3-rc2/net/core/ |
A D | filter.c | 3576 struct strp_msg *rxm = strp_msg(skb); in BPF_CALL_4() local 3578 rxm->full_len += len_diff; in BPF_CALL_4()
|
Completed in 31 milliseconds