Home
last modified time | relevance | path

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

/linux/include/net/
A 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()
A Dtls.h117 struct strp_msg stm;
/linux/net/tls/
A Dtls_sw.c160 struct strp_msg *rxm = strp_msg(skb); in tls_padding_length()
1470 const struct strp_msg *rxm = strp_msg(skb); in tls_decrypt_sg()
1639 struct strp_msg *rxm; in tls_decrypt_sw()
1679 struct strp_msg *rxm; in tls_decrypt_device()
1728 struct strp_msg *rxm; in tls_rx_one_record()
1799 struct strp_msg *rxm = strp_msg(skb); in process_rx_list()
1815 struct strp_msg *rxm = strp_msg(skb); in process_rx_list()
1963 struct strp_msg *rxm; in tls_sw_recvmsg()
2214 rxm = strp_msg(skb); in tls_sw_splice_read()
2279 rxm = strp_msg(skb); in tls_sw_read_sock()
[all …]
A Dtls_strp.c71 struct strp_msg *rxm; in tls_strp_msg_make_copy()
79 rxm = strp_msg(skb); in tls_strp_msg_make_copy()
479 struct strp_msg *rxm; in tls_strp_msg_load()
492 rxm = strp_msg(strp->anchor); in tls_strp_msg_load()
A Dtls_device.c834 struct strp_msg *rxm; in tls_device_core_ctrl_rx_resync()
859 rxm = strp_msg(skb); in tls_device_core_ctrl_rx_resync()
885 struct strp_msg *rxm; in tls_device_reencrypt()
891 rxm = strp_msg(tls_strp_msg(sw_ctx)); in tls_device_reencrypt()
903 rxm = strp_msg(skb); in tls_device_reencrypt()
974 struct strp_msg *rxm = strp_msg(skb); in tls_device_decrypted()
/linux/net/xfrm/
A Despintcp.c58 struct strp_msg *rxm = strp_msg(skb); in espintcp_rcv()
116 struct strp_msg *rxm = strp_msg(skb); in espintcp_parse()
/linux/net/core/
A Dskmsg.c662 struct strp_msg *stm = strp_msg(skb); in sk_psock_backlog()
1004 struct strp_msg *stm = strp_msg(skb); in sk_psock_verdict_apply()
A Dfilter.c3648 struct strp_msg *rxm = strp_msg(skb); in BPF_CALL_4()
/linux/Documentation/networking/
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
/linux/net/kcm/
A Dkcmsock.c979 struct strp_msg *stm; in kcm_recvmsg()
989 stm = strp_msg(skb); in kcm_recvmsg()
1028 struct strp_msg *stm; in kcm_splice_read()
1041 stm = strp_msg(skb); in kcm_splice_read()

Completed in 40 milliseconds