Searched refs:strp_msg (Results 1 – 7 of 7) sorted by relevance
52 struct strp_msg { struct57 static inline struct strp_msg *strp_msg(struct sk_buff *skb) in strp_msg() argument59 return (struct strp_msg *)((void *)skb->cb + in strp_msg()
145 struct strp_msg rxm;403 return (struct tls_msg *)strp_msg(skb); in tls_msg()
124 struct strp_msg *rxm = strp_msg(skb); in padding_length()174 struct strp_msg *rxm = strp_msg(skb); in tls_decrypt_done()1354 struct strp_msg *rxm = strp_msg(skb); in decrypt_internal()1490 struct strp_msg *rxm = strp_msg(skb); in decrypt_skb_update()1548 struct strp_msg *rxm = strp_msg(skb); in tls_sw_advance_skb()1592 struct strp_msg *rxm = strp_msg(skb); in process_rx_list()1608 struct strp_msg *rxm = strp_msg(skb); in process_rx_list()1687 struct strp_msg *rxm; in tls_sw_recvmsg()1752 rxm = strp_msg(skb); in tls_sw_recvmsg()1903 struct strp_msg *rxm = NULL; in tls_sw_splice_read()[all …]
710 struct strp_msg *rxm; in tls_device_core_ctrl_rx_resync()735 rxm = strp_msg(skb); in tls_device_core_ctrl_rx_resync()754 struct strp_msg *rxm = strp_msg(skb); in tls_device_reencrypt()
104 The skb->cb in the input skb is a struct strp_msg. Only149 The skb->cb in the input skb is a struct strp_msg. This
1122 struct strp_msg *stm; in kcm_recvmsg()1136 stm = strp_msg(skb); in kcm_recvmsg()1179 struct strp_msg *stm; in kcm_splice_read()1196 stm = strp_msg(skb); in kcm_splice_read()
34 struct strp_msg strp;