Searched refs:strp_msg (Results 1 – 9 of 9) 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()
122 struct strp_msg rxm;406 return (struct tls_msg *)strp_msg(skb); in tls_msg()717 struct sk_buff *skb, struct strp_msg *rxm);750 struct sk_buff *skb, struct strp_msg *rxm) in tls_device_decrypted()
124 struct strp_msg *rxm = strp_msg(skb); in padding_length()177 struct strp_msg *rxm = strp_msg(skb); in tls_decrypt_done()1408 struct strp_msg *rxm = strp_msg(skb); in decrypt_internal()1544 struct strp_msg *rxm = strp_msg(skb); in decrypt_skb_update()1604 struct strp_msg *rxm = strp_msg(skb); in tls_sw_advance_skb()1648 struct strp_msg *rxm = strp_msg(skb); in process_rx_list()1664 struct strp_msg *rxm = strp_msg(skb); in process_rx_list()1743 struct strp_msg *rxm; in tls_sw_recvmsg()1811 rxm = strp_msg(skb); in tls_sw_recvmsg()1983 struct strp_msg *rxm = NULL; in tls_sw_splice_read()[all …]
818 struct strp_msg *rxm; in tls_device_core_ctrl_rx_resync()843 rxm = strp_msg(skb); in tls_device_core_ctrl_rx_resync()863 struct strp_msg *rxm = strp_msg(skb); in tls_device_reencrypt()947 struct sk_buff *skb, struct strp_msg *rxm) in tls_device_decrypted()
56 struct strp_msg *rxm = strp_msg(skb); in espintcp_rcv()114 struct strp_msg *rxm = strp_msg(skb); in espintcp_parse()
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
1120 struct strp_msg *stm; in kcm_recvmsg()1134 stm = strp_msg(skb); in kcm_recvmsg()1177 struct strp_msg *stm; in kcm_splice_read()1194 stm = strp_msg(skb); in kcm_splice_read()
34 struct strp_msg strp;
3586 struct strp_msg *rxm = strp_msg(skb); in BPF_CALL_4()