Searched refs:strp_msg (Results 1 – 10 of 10) sorted by relevance
52 struct strp_msg { struct61 struct strp_msg strp;82 static inline struct strp_msg *strp_msg(struct sk_buff *skb) in strp_msg() function84 return (struct strp_msg *)((void *)skb->cb + in strp_msg()
129 struct strp_msg stm;
156 struct strp_msg *rxm = strp_msg(skb); in tls_padding_length()1416 struct strp_msg *clr_rxm; in tls_alloc_clrtxt_skb()1464 const struct strp_msg *rxm = strp_msg(skb); in tls_decrypt_sg()1626 struct strp_msg *rxm; in tls_decrypt_sw()1654 rxm = strp_msg(darg->skb); in tls_decrypt_sw()1666 struct strp_msg *rxm; in tls_decrypt_device()1715 struct strp_msg *rxm; in tls_rx_one_record()1785 struct strp_msg *rxm = strp_msg(skb); in process_rx_list()1801 struct strp_msg *rxm = strp_msg(skb); in process_rx_list()1936 struct strp_msg *rxm; in tls_sw_recvmsg()[all …]
40 struct strp_msg *rxm; in tls_strp_msg_make_copy()60 rxm = strp_msg(skb); in tls_strp_msg_make_copy()364 struct strp_msg *rxm; in tls_strp_msg_load()377 rxm = strp_msg(strp->anchor); in tls_strp_msg_load()
863 struct strp_msg *rxm; in tls_device_core_ctrl_rx_resync()888 rxm = strp_msg(skb); in tls_device_core_ctrl_rx_resync()914 struct strp_msg *rxm; in tls_device_reencrypt()926 rxm = strp_msg(tls_strp_msg(sw_ctx)); in tls_device_reencrypt()938 rxm = strp_msg(skb); in tls_device_reencrypt()1009 struct strp_msg *rxm = strp_msg(skb); in tls_device_decrypted()
57 struct strp_msg *rxm = strp_msg(skb); in espintcp_rcv()115 struct strp_msg *rxm = strp_msg(skb); in espintcp_parse()
666 struct strp_msg *stm = strp_msg(skb); in sk_psock_backlog()1010 struct strp_msg *stm = strp_msg(skb); in sk_psock_verdict_apply()
3576 struct strp_msg *rxm = strp_msg(skb); in BPF_CALL_4()
126 The skb->cb in the input skb is a struct strp_msg. Only179 The skb->cb in the input skb is a struct strp_msg. This
1097 struct strp_msg *stm; in kcm_recvmsg()1107 stm = strp_msg(skb); in kcm_recvmsg()1146 struct strp_msg *stm; in kcm_splice_read()1159 stm = strp_msg(skb); in kcm_splice_read()
Completed in 39 milliseconds