Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_sw.c134 struct strp_msg *rxm = strp_msg(skb); in padding_length()
187 struct strp_msg *rxm = strp_msg(skb); in tls_decrypt_done()
1418 struct strp_msg *rxm = strp_msg(skb); in decrypt_internal()
1554 struct strp_msg *rxm = strp_msg(skb); in decrypt_skb_update()
1614 struct strp_msg *rxm = strp_msg(skb); in tls_sw_advance_skb()
1658 struct strp_msg *rxm = strp_msg(skb); in process_rx_list()
1674 struct strp_msg *rxm = strp_msg(skb); in process_rx_list()
1753 struct strp_msg *rxm; in tls_sw_recvmsg()
1821 rxm = strp_msg(skb); in tls_sw_recvmsg()
1993 struct strp_msg *rxm = NULL; in tls_sw_splice_read()
[all …]
H A Dtls_device.c823 struct strp_msg *rxm; in tls_device_core_ctrl_rx_resync()
848 rxm = strp_msg(skb); in tls_device_core_ctrl_rx_resync()
868 struct strp_msg *rxm = strp_msg(skb); in tls_device_reencrypt()
952 struct sk_buff *skb, struct strp_msg *rxm) in tls_device_decrypted()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Despintcp.c56 struct strp_msg *rxm = strp_msg(skb); in espintcp_rcv()
114 struct strp_msg *rxm = strp_msg(skb); in espintcp_parse()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A 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
/OK3568_Linux_fs/kernel/net/kcm/
H A Dkcmsock.c1094 struct strp_msg *stm; in kcm_recvmsg()
1104 stm = strp_msg(skb); in kcm_recvmsg()
1144 struct strp_msg *stm; in kcm_splice_read()
1157 stm = strp_msg(skb); in kcm_splice_read()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c3564 struct strp_msg *rxm = strp_msg(skb); in BPF_CALL_4()