Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/
Dstrparser.h52 struct strp_msg { struct
61 struct strp_msg strp;
79 static inline struct strp_msg *strp_msg(struct sk_buff *skb) in strp_msg() function
81 return (struct strp_msg *)((void *)skb->cb + in strp_msg()
Dtls.h717 struct sk_buff *skb, struct strp_msg *rxm);
750 struct sk_buff *skb, struct strp_msg *rxm) in tls_device_decrypted()
/linux-5.19.10/net/tls/
Dtls_sw.c138 struct strp_msg *rxm = strp_msg(skb); in padding_length()
190 struct strp_msg *rxm = strp_msg(skb); in tls_decrypt_done()
1415 struct strp_msg *rxm = strp_msg(skb); in decrypt_internal()
1556 struct strp_msg *rxm = strp_msg(skb); in decrypt_skb_update()
1652 struct strp_msg *rxm = strp_msg(skb); in process_rx_list()
1668 struct strp_msg *rxm = strp_msg(skb); in process_rx_list()
1732 struct strp_msg *rxm; in tls_sw_recvmsg()
1787 rxm = strp_msg(skb); in tls_sw_recvmsg()
1929 struct strp_msg *rxm = NULL; in tls_sw_splice_read()
1961 rxm = strp_msg(skb); in tls_sw_splice_read()
[all …]
Dtls_device.c850 struct strp_msg *rxm; in tls_device_core_ctrl_rx_resync()
875 rxm = strp_msg(skb); in tls_device_core_ctrl_rx_resync()
895 struct strp_msg *rxm = strp_msg(skb); in tls_device_reencrypt()
979 struct sk_buff *skb, struct strp_msg *rxm) in tls_device_decrypted()
/linux-5.19.10/net/xfrm/
Despintcp.c56 struct strp_msg *rxm = strp_msg(skb); in espintcp_rcv()
114 struct strp_msg *rxm = strp_msg(skb); in espintcp_parse()
/linux-5.19.10/net/core/
Dskmsg.c659 struct strp_msg *stm = strp_msg(skb); in sk_psock_backlog()
1002 struct strp_msg *stm = strp_msg(skb); in sk_psock_verdict_apply()
Dfilter.c3553 struct strp_msg *rxm = strp_msg(skb); in BPF_CALL_4()
/linux-5.19.10/Documentation/networking/
Dstrparser.rst126 The skb->cb in the input skb is a struct strp_msg. Only
179 The skb->cb in the input skb is a struct strp_msg. This
/linux-5.19.10/net/kcm/
Dkcmsock.c1121 struct strp_msg *stm; in kcm_recvmsg()
1135 stm = strp_msg(skb); in kcm_recvmsg()
1178 struct strp_msg *stm; in kcm_splice_read()
1195 stm = strp_msg(skb); in kcm_splice_read()