Home
last modified time | relevance | path

Searched refs:strp_msg (Results 1 – 2 of 2) sorted by relevance

/include/net/
Dstrparser.h52 struct strp_msg { struct
61 struct strp_msg strp;
71 static inline struct strp_msg *strp_msg(struct sk_buff *skb) in strp_msg() function
73 return (struct strp_msg *)((void *)skb->cb + in strp_msg()
Dtls.h126 struct strp_msg rxm;
426 return (struct tls_msg *)strp_msg(skb); in tls_msg()
734 struct sk_buff *skb, struct strp_msg *rxm);
767 struct sk_buff *skb, struct strp_msg *rxm) in tls_device_decrypted()