Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/
Dstrparser.h52 struct strp_msg { struct
61 struct strp_msg strp;
82 static inline struct strp_msg *strp_msg(struct sk_buff *skb) in strp_msg() function
84 return (struct strp_msg *)((void *)skb->cb + in strp_msg()
Dtls.h115 struct strp_msg stm;
/linux-6.6.21/net/tls/
Dtls_sw.c160 struct strp_msg *rxm = strp_msg(skb); in tls_padding_length()
1422 struct strp_msg *clr_rxm; in tls_alloc_clrtxt_skb()
1435 clr_rxm = strp_msg(clr_skb); in tls_alloc_clrtxt_skb()
1470 const struct strp_msg *rxm = strp_msg(skb); in tls_decrypt_sg()
1639 struct strp_msg *rxm; in tls_decrypt_sw()
1667 rxm = strp_msg(darg->skb); in tls_decrypt_sw()
1679 struct strp_msg *rxm; in tls_decrypt_device()
1699 rxm = strp_msg(darg->skb); in tls_decrypt_device()
1728 struct strp_msg *rxm; in tls_rx_one_record()
1737 rxm = strp_msg(darg->skb); in tls_rx_one_record()
[all …]
Dtls_strp.c70 struct strp_msg *rxm; in tls_strp_msg_make_copy()
78 rxm = strp_msg(skb); in tls_strp_msg_make_copy()
478 struct strp_msg *rxm; in tls_strp_msg_load()
491 rxm = strp_msg(strp->anchor); in tls_strp_msg_load()
Dtls_device.c840 struct strp_msg *rxm; in tls_device_core_ctrl_rx_resync()
865 rxm = strp_msg(skb); in tls_device_core_ctrl_rx_resync()
891 struct strp_msg *rxm; in tls_device_reencrypt()
903 rxm = strp_msg(tls_strp_msg(sw_ctx)); in tls_device_reencrypt()
915 rxm = strp_msg(skb); in tls_device_reencrypt()
986 struct strp_msg *rxm = strp_msg(skb); in tls_device_decrypted()
/linux-6.6.21/net/xfrm/
Despintcp.c57 struct strp_msg *rxm = strp_msg(skb); in espintcp_rcv()
115 struct strp_msg *rxm = strp_msg(skb); in espintcp_parse()
/linux-6.6.21/net/core/
Dskmsg.c661 struct strp_msg *stm = strp_msg(skb); in sk_psock_backlog()
1003 struct strp_msg *stm = strp_msg(skb); in sk_psock_verdict_apply()
Dfilter.c3614 struct strp_msg *rxm = strp_msg(skb); in BPF_CALL_4()
/linux-6.6.21/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-6.6.21/net/kcm/
Dkcmsock.c975 struct strp_msg *stm; in kcm_recvmsg()
985 stm = strp_msg(skb); in kcm_recvmsg()
1024 struct strp_msg *stm; in kcm_splice_read()
1037 stm = strp_msg(skb); in kcm_splice_read()