Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dstrparser.h52 struct strp_msg { struct
57 static inline struct strp_msg *strp_msg(struct sk_buff *skb) in strp_msg() argument
59 return (struct strp_msg *)((void *)skb->cb + in strp_msg()
Dtls.h145 struct strp_msg rxm;
403 return (struct tls_msg *)strp_msg(skb); in tls_msg()
/Linux-v5.4/net/tls/
Dtls_sw.c124 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 …]
Dtls_device.c710 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()
/Linux-v5.4/Documentation/networking/
Dstrparser.txt104 The skb->cb in the input skb is a struct strp_msg. Only
149 The skb->cb in the input skb is a struct strp_msg. This
/Linux-v5.4/net/kcm/
Dkcmsock.c1122 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()
/Linux-v5.4/net/strparser/
Dstrparser.c34 struct strp_msg strp;