Home
last modified time | relevance | path

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

/linux/include/net/
H A Dstrparser.h54 struct strp_msg { struct
63 struct strp_msg strp;
84 static inline struct strp_msg *strp_msg(struct sk_buff *skb) in strp_msg() function
86 return (struct strp_msg *)((void *)skb->cb + in strp_msg()
H A Dtls.h121 struct strp_msg stm;
/linux/net/tls/
H A Dtls_sw.c160 struct strp_msg *rxm = strp_msg(skb); in tls_padding_length()
1469 struct strp_msg *clr_rxm; in tls_alloc_clrtxt_skb()
1482 clr_rxm = strp_msg(clr_skb); in tls_alloc_clrtxt_skb()
1517 const struct strp_msg *rxm = strp_msg(skb); in tls_decrypt_sg()
1688 struct strp_msg *rxm; in tls_decrypt_sw()
1716 rxm = strp_msg(darg->skb); in tls_decrypt_sw()
1728 struct strp_msg *rxm; in tls_decrypt_device()
1748 rxm = strp_msg(darg->skb); in tls_decrypt_device()
1775 const struct strp_msg *rxm = strp_msg(skb); in tls_check_pending_rekey()
1807 struct strp_msg *rxm; in tls_rx_one_record()
[all …]
H 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()
486 struct strp_msg *rxm; in tls_strp_msg_load()
502 rxm = strp_msg(strp->anchor); in tls_strp_msg_load()
H A Dtls_device.c839 struct strp_msg *rxm; in tls_device_core_ctrl_rx_resync()
864 rxm = strp_msg(skb); in tls_device_core_ctrl_rx_resync()
890 struct strp_msg *rxm; in tls_device_reencrypt()
896 rxm = strp_msg(tls_strp_msg(sw_ctx)); in tls_device_reencrypt()
908 rxm = strp_msg(skb); in tls_device_reencrypt()
979 struct strp_msg *rxm = strp_msg(skb); in tls_device_decrypted()
/linux/net/xfrm/
H 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/drivers/net/ovpn/
H A Dtcp.c38 struct strp_msg *rxm = strp_msg(skb); in ovpn_tcp_parse()
105 struct strp_msg *msg = strp_msg(skb); in ovpn_tcp_rcv()
/linux/net/core/
H A Dskmsg.c699 struct strp_msg *stm = strp_msg(skb); in sk_psock_backlog()
1057 struct strp_msg *stm = strp_msg(skb); in sk_psock_verdict_apply()
H A Dfilter.c3690 struct strp_msg *rxm = strp_msg(skb); in BPF_CALL_4()
/linux/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
/linux/net/kcm/
H A Dkcmsock.c996 struct strp_msg *stm; in kcm_recvmsg()
1006 stm = strp_msg(skb); in kcm_recvmsg()
1045 struct strp_msg *stm; in kcm_splice_read()
1063 stm = strp_msg(skb); in kcm_splice_read()