| /linux-6.15/net/strparser/ |
| H A D | strparser.c | 73 static inline int strp_peek_len(struct strparser *strp) in strp_peek_len() 345 static int strp_read_sock(struct strparser *strp) in strp_read_sock() 372 void strp_data_ready(struct strparser *strp) in strp_data_ready() 399 static void do_strp_work(struct strparser *strp) in do_strp_work() 436 static void strp_sock_lock(struct strparser *strp) in strp_sock_lock() 441 static void strp_sock_unlock(struct strparser *strp) in strp_sock_unlock() 489 void __strp_unpause(struct strparser *strp) in __strp_unpause() 501 void strp_unpause(struct strparser *strp) in strp_unpause() 515 void strp_done(struct strparser *strp) in strp_done() 529 void strp_stop(struct strparser *strp) in strp_stop() [all …]
|
| /linux-6.15/net/tls/ |
| H A D | tls_strp.c | 16 static void tls_strp_abort_strp(struct tls_strparser *strp, int err) in tls_strp_abort_strp() 30 static void tls_strp_anchor_free(struct tls_strparser *strp) in tls_strp_anchor_free() 87 struct tls_strparser *strp = &ctx->strp; in tls_strp_msg_detach() local 122 struct tls_strparser *strp = &ctx->strp; in tls_strp_msg_cow() local 501 static int tls_strp_read_sock(struct tls_strparser *strp) in tls_strp_read_sock() 539 void tls_strp_check_rcv(struct tls_strparser *strp) in tls_strp_check_rcv() 549 void tls_strp_data_ready(struct tls_strparser *strp) in tls_strp_data_ready() 568 struct tls_strparser *strp = in tls_strp_work() local 576 void tls_strp_msg_done(struct tls_strparser *strp) in tls_strp_msg_done() 591 void tls_strp_stop(struct tls_strparser *strp) in tls_strp_stop() [all …]
|
| H A D | tls_sw.c | 2392 int tls_rx_msg_size(struct tls_strparser *strp, struct sk_buff *skb) in tls_rx_msg_size() 2452 void tls_rx_msg_ready(struct tls_strparser *strp) in tls_rx_msg_ready()
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_strp.c | 49 struct test_sockmap_strp *strp = NULL; in sockmap_strp_init() local 95 struct test_sockmap_strp *strp = NULL; in test_sockmap_strp_dispatch_pkt() local 174 struct test_sockmap_strp *strp = NULL; in test_sockmap_strp_multiple_pkt() local 234 struct test_sockmap_strp *strp = NULL; in test_sockmap_strp_partial_read() local 295 struct test_sockmap_strp *strp = NULL; in test_sockmap_strp_pass() local 373 struct test_sockmap_strp *strp = NULL; in test_sockmap_strp_verdict() local
|
| /linux-6.15/include/net/ |
| H A D | strparser.h | 63 struct strp_msg strp; member 72 struct _strp_msg strp; member 110 static inline void strp_pause(struct strparser *strp) in strp_pause() 120 static inline void save_strp_stats(struct strparser *strp, in save_strp_stats()
|
| H A D | espintcp.h | 22 struct strparser strp; member
|
| H A D | kcm.h | 92 struct strparser strp; member
|
| H A D | tls.h | 137 struct tls_strparser strp; member
|
| /linux-6.15/scripts/dtc/ |
| H A D | util.c | 47 int xavsprintf_append(char **strp, const char *fmt, va_list ap) in xavsprintf_append() 69 int xasprintf_append(char **strp, const char *fmt, ...) in xasprintf_append() 81 int xasprintf(char **strp, const char *fmt, ...) in xasprintf()
|
| /linux-6.15/net/xfrm/ |
| H A D | espintcp.c | 54 static void espintcp_rcv(struct strparser *strp, struct sk_buff *skb) in espintcp_rcv() 114 static int espintcp_parse(struct strparser *strp, struct sk_buff *skb) in espintcp_parse()
|
| /linux-6.15/net/kcm/ |
| H A D | kcmsock.c | 365 static void kcm_rcv_strparser(struct strparser *strp, struct sk_buff *skb) in kcm_rcv_strparser() 386 static int kcm_parse_func_strparser(struct strparser *strp, struct sk_buff *skb) in kcm_parse_func_strparser() 396 static int kcm_read_sock_done(struct strparser *strp, int err) in kcm_read_sock_done()
|
| /linux-6.15/net/core/ |
| H A D | skmsg.c | 1064 static void sk_psock_strp_read(struct strparser *strp, struct sk_buff *skb) in sk_psock_strp_read() 1093 static int sk_psock_strp_read_done(struct strparser *strp, int err) in sk_psock_strp_read_done() 1098 static int sk_psock_strp_parse(struct strparser *strp, struct sk_buff *skb) in sk_psock_strp_parse()
|
| /linux-6.15/tools/perf/util/ |
| H A D | util.c | 345 int perf_tip(char **strp, const char *dirpath) in perf_tip()
|
| H A D | build-id.c | 118 static int asnprintf(char **strp, size_t size, const char *fmt, ...) in asnprintf()
|
| H A D | sort.c | 4099 char *str, *strp; in __setup_output_field() local
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_bpf.c | 650 int tcp_bpf_strp_read_sock(struct strparser *strp, read_descriptor_t *desc, in tcp_bpf_strp_read_sock()
|
| /linux-6.15/security/apparmor/ |
| H A D | label.c | 1672 int aa_label_asxprint(char **strp, struct aa_ns *ns, struct aa_label *label, in aa_label_asxprint() 1701 int aa_label_acntsxprint(char __counted **strp, struct aa_ns *ns, in aa_label_acntsxprint()
|
| /linux-6.15/include/linux/ |
| H A D | skmsg.h | 93 struct strparser strp; member
|
| /linux-6.15/drivers/usb/gadget/function/ |
| H A D | f_midi2.c | 2187 const char **strp, size_t maxlen, in f_midi2_opts_str_store()
|
| /linux-6.15/security/selinux/ss/ |
| H A D | policydb.c | 1096 int str_read(char **strp, gfp_t flags, struct policy_file *fp, u32 len) in str_read()
|