Home
last modified time | relevance | path

Searched defs:strp (Results 1 – 17 of 17) sorted by relevance

/Linux-v6.1/net/strparser/
Dstrparser.c37 static void strp_abort_strp(struct strparser *strp, int err) in strp_abort_strp()
57 static void strp_start_timer(struct strparser *strp, long timeo) in strp_start_timer()
64 static void strp_parser_err(struct strparser *strp, int err, in strp_parser_err()
73 static inline int strp_peek_len(struct strparser *strp) in strp_peek_len()
93 struct strparser *strp = (struct strparser *)desc->arg.data; in __strp_recv() local
317 int strp_process(struct strparser *strp, struct sk_buff *orig_skb, in strp_process()
333 struct strparser *strp = (struct strparser *)desc->arg.data; in strp_recv() local
339 static int default_read_sock_done(struct strparser *strp, int err) in default_read_sock_done()
345 static int strp_read_sock(struct strparser *strp) in strp_read_sock()
366 void strp_data_ready(struct strparser *strp) in strp_data_ready()
[all …]
/Linux-v6.1/net/tls/
Dtls_strp.c15 static void tls_strp_abort_strp(struct tls_strparser *strp, int err) in tls_strp_abort_strp()
27 static void tls_strp_anchor_free(struct tls_strparser *strp) in tls_strp_anchor_free()
38 static struct sk_buff *tls_strp_msg_make_copy(struct tls_strparser *strp) in tls_strp_msg_make_copy()
68 struct tls_strparser *strp = &ctx->strp; in tls_strp_msg_detach() local
103 struct tls_strparser *strp = &ctx->strp; in tls_strp_msg_cow() local
126 int tls_strp_msg_hold(struct tls_strparser *strp, struct sk_buff_head *dst) in tls_strp_msg_hold()
173 static void tls_strp_flush_anchor_copy(struct tls_strparser *strp) in tls_strp_flush_anchor_copy()
189 struct tls_strparser *strp = (struct tls_strparser *)desc->arg.data; in tls_strp_copyin() local
261 static int tls_strp_read_copyin(struct tls_strparser *strp) in tls_strp_read_copyin()
276 static int tls_strp_read_copy(struct tls_strparser *strp, bool qshort) in tls_strp_read_copy()
[all …]
Dtls_sw.c2211 int tls_rx_msg_size(struct tls_strparser *strp, struct sk_buff *skb) in tls_rx_msg_size()
2271 void tls_rx_msg_ready(struct tls_strparser *strp) in tls_rx_msg_ready()
/Linux-v6.1/include/net/
Dstrparser.h61 struct strp_msg strp; member
70 struct _strp_msg strp; member
108 static inline void strp_pause(struct strparser *strp) in strp_pause()
118 static inline void save_strp_stats(struct strparser *strp, in save_strp_stats()
Despintcp.h22 struct strparser strp; member
Dkcm.h91 struct strparser strp; member
Dtls.h146 struct tls_strparser strp; member
/Linux-v6.1/scripts/dtc/
Dutil.c36 int xavsprintf_append(char **strp, const char *fmt, va_list ap) in xavsprintf_append()
58 int xasprintf_append(char **strp, const char *fmt, ...) in xasprintf_append()
70 int xasprintf(char **strp, const char *fmt, ...) in xasprintf()
/Linux-v6.1/net/xfrm/
Despintcp.c52 static void espintcp_rcv(struct strparser *strp, struct sk_buff *skb) in espintcp_rcv()
112 static int espintcp_parse(struct strparser *strp, struct sk_buff *skb) in espintcp_parse()
/Linux-v6.1/net/core/
Dskmsg.c1057 static void sk_psock_strp_read(struct strparser *strp, struct sk_buff *skb) in sk_psock_strp_read()
1087 static int sk_psock_strp_read_done(struct strparser *strp, int err) in sk_psock_strp_read_done()
1092 static int sk_psock_strp_parse(struct strparser *strp, struct sk_buff *skb) in sk_psock_strp_parse()
/Linux-v6.1/net/kcm/
Dkcmsock.c362 static void kcm_rcv_strparser(struct strparser *strp, struct sk_buff *skb) in kcm_rcv_strparser()
383 static int kcm_parse_func_strparser(struct strparser *strp, struct sk_buff *skb) in kcm_parse_func_strparser()
393 static int kcm_read_sock_done(struct strparser *strp, int err) in kcm_read_sock_done()
/Linux-v6.1/tools/perf/util/
Dutil.c416 int perf_tip(char **strp, const char *dirpath) in perf_tip()
Dbuild-id.c148 static int asnprintf(char **strp, size_t size, const char *fmt, ...) in asnprintf()
Dsort.c3428 char *str, *strp; in __setup_output_field() local
/Linux-v6.1/security/apparmor/
Dlabel.c1686 int aa_label_asxprint(char **strp, struct aa_ns *ns, struct aa_label *label, in aa_label_asxprint()
1715 int aa_label_acntsxprint(char __counted **strp, struct aa_ns *ns, in aa_label_acntsxprint()
/Linux-v6.1/include/linux/
Dskmsg.h88 struct strparser strp; member
/Linux-v6.1/security/selinux/ss/
Dpolicydb.c1069 static int str_read(char **strp, gfp_t flags, void *fp, u32 len) in str_read()