Home
last modified time | relevance | path

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

/linux/include/net/
A Dstrparser.h52 struct strp_msg { struct
61 struct strp_msg strp;
75 static inline struct strp_msg *strp_msg(struct sk_buff *skb) in strp_msg() function
77 return (struct strp_msg *)((void *)skb->cb + in strp_msg()
A Dtls.h121 struct strp_msg rxm;
414 return (struct tls_msg *)strp_msg(skb); in tls_msg()
723 struct sk_buff *skb, struct strp_msg *rxm);
756 struct sk_buff *skb, struct strp_msg *rxm) in tls_device_decrypted()
/linux/net/tls/
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()
1423 struct strp_msg *rxm = strp_msg(skb); in decrypt_internal()
1565 struct strp_msg *rxm = strp_msg(skb); in decrypt_skb_update()
1625 struct strp_msg *rxm = strp_msg(skb); in tls_sw_advance_skb()
1669 struct strp_msg *rxm = strp_msg(skb); in process_rx_list()
1685 struct strp_msg *rxm = strp_msg(skb); in process_rx_list()
1764 struct strp_msg *rxm; in tls_sw_recvmsg()
1832 rxm = strp_msg(skb); in tls_sw_recvmsg()
2040 rxm = strp_msg(skb); in tls_sw_splice_read()
[all …]
A Dtls_device.c819 struct strp_msg *rxm; in tls_device_core_ctrl_rx_resync()
844 rxm = strp_msg(skb); in tls_device_core_ctrl_rx_resync()
864 struct strp_msg *rxm = strp_msg(skb); in tls_device_reencrypt()
948 struct sk_buff *skb, struct strp_msg *rxm) in tls_device_decrypted()
/linux/net/xfrm/
A Despintcp.c56 struct strp_msg *rxm = strp_msg(skb); in espintcp_rcv()
114 struct strp_msg *rxm = strp_msg(skb); in espintcp_parse()
/linux/net/core/
A Dskmsg.c646 struct strp_msg *stm = strp_msg(skb); in sk_psock_backlog()
982 struct strp_msg *stm = strp_msg(skb); in sk_psock_verdict_apply()
A Dfilter.c3549 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.c1120 struct strp_msg *stm; in kcm_recvmsg()
1134 stm = strp_msg(skb); in kcm_recvmsg()
1177 struct strp_msg *stm; in kcm_splice_read()
1194 stm = strp_msg(skb); in kcm_splice_read()

Completed in 38 milliseconds