Home
last modified time | relevance | path

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

/linux/net/strparser/
H A Dstrparser.c37 static void strp_abort_strp(struct strparser *strp, int err) in strp_abort_strp() argument
57 static void strp_start_timer(struct strparser *strp, long timeo) in strp_start_timer() argument
64 static void strp_parser_err(struct strparser *strp, in argument
73 strp_peek_len(struct strparser * strp) strp_peek_len() argument
93 struct strparser *strp = (struct strparser *)desc->arg.data; __strp_recv() local
317 strp_process(struct strparser * strp,struct sk_buff * orig_skb,unsigned int orig_offset,size_t orig_len,size_t max_msg_size,long timeo) strp_process() argument
333 struct strparser *strp = (struct strparser *)desc->arg.data; strp_recv() local
339 default_read_sock_done(struct strparser * strp,int err) default_read_sock_done() argument
345 strp_read_sock(struct strparser * strp) strp_read_sock() argument
372 strp_data_ready(struct strparser * strp) strp_data_ready() argument
399 do_strp_work(struct strparser * strp) do_strp_work() argument
426 struct strparser *strp = container_of(w, struct strparser, strp_msg_timeout() local
436 strp_sock_lock(struct strparser * strp) strp_sock_lock() argument
441 strp_sock_unlock(struct strparser * strp) strp_sock_unlock() argument
446 strp_init(struct strparser * strp,struct sock * sk,const struct strp_callbacks * cb) strp_init() argument
488 strp_unpause(struct strparser * strp) strp_unpause() argument
502 strp_done(struct strparser * strp) strp_done() argument
516 strp_stop(struct strparser * strp) strp_stop() argument
522 strp_check_rcv(struct strparser * strp) strp_check_rcv() argument
[all...]
/linux/net/tls/
H A Dtls_strp.c16 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()
42 tls_strp_skb_copy(struct tls_strparser *strp, struct sk_buff *in_skb, in tls_strp_skb_copy()
69 static struct sk_buff *tls_strp_msg_make_copy(struct tls_strparser *strp) in tls_strp_msg_make_copy()
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
145 int tls_strp_msg_hold(struct tls_strparser *strp, struct sk_buff_head *dst) in tls_strp_msg_hold()
192 static void tls_strp_flush_anchor_copy(struct tls_strparser *strp) in tls_strp_flush_anchor_copy()
210 static int tls_strp_copyin_frag(struct tls_strparser *strp, struct sk_buff *skb, in tls_strp_copyin_frag()
280 static int tls_strp_copyin_skb(struct tls_strparser *strp, struct sk_buff *skb, in tls_strp_copyin_skb()
[all …]
H A Dtls_sw.c2417 int tls_rx_msg_size(struct tls_strparser *strp, struct sk_buff *skb) in tls_rx_msg_size()
2477 void tls_rx_msg_ready(struct tls_strparser *strp) in tls_rx_msg_ready()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_strp.c49 struct test_sockmap_strp *strp = NULL; in sockmap_strp_init() local
95 struct test_sockmap_strp *strp in test_sockmap_strp_dispatch_pkt() local
174 struct test_sockmap_strp *strp = NULL; test_sockmap_strp_multiple_pkt() local
234 struct test_sockmap_strp *strp = NULL; test_sockmap_strp_partial_read() local
295 struct test_sockmap_strp *strp = NULL; test_sockmap_strp_pass() local
373 struct test_sockmap_strp *strp = NULL; test_sockmap_strp_verdict() local
[all...]
/linux/include/net/
H A Dstrparser.h63 struct strp_msg strp; member
72 struct _strp_msg strp; member
110 strp_pause(struct strparser * strp) strp_pause() argument
118 save_strp_stats(struct strparser * strp,struct strp_aggr_stats * agg_stats) save_strp_stats() argument
[all...]
H A Despintcp.h22 struct strparser strp; member
H A Dkcm.h91 struct strparser strp; member
H A Dtls.h137 struct tls_strparser strp; member
/linux/scripts/dtc/
H A Dutil.c47 int xavsprintf_append(char **strp, const char *fmt, va_list ap) in xavsprintf_append() argument
69 int xasprintf_append(char **strp, const char *fmt, ...) in xasprintf_append() argument
81 int xasprintf(char **strp, const char *fmt, ...) in xasprintf() argument
/linux/drivers/net/ovpn/
H A Dtcp.c36 static int ovpn_tcp_parse(struct strparser *strp, struct sk_buff *skb) in ovpn_tcp_parse() argument
73 static void ovpn_tcp_rcv(struct strparser *strp, struct sk_buff *skb) in ovpn_tcp_rcv() argument
[all...]
H A Dpeer.h78 struct strparser strp; member
/linux/net/xfrm/
H A Despintcp.c54 static void espintcp_rcv(struct strparser *strp, struct sk_buff *skb) in espintcp_rcv() argument
114 espintcp_parse(struct strparser * strp,struct sk_buff * skb) espintcp_parse() argument
[all...]
/linux/net/kcm/
H A Dkcmsock.c366 static void kcm_rcv_strparser(struct strparser *strp, struct sk_buff *skb) in kcm_rcv_strparser()
387 static int kcm_parse_func_strparser(struct strparser *strp, struct sk_buff *skb) in kcm_parse_func_strparser()
397 static int kcm_read_sock_done(struct strparser *strp, int err) in kcm_read_sock_done()
/linux/net/core/
H A Dskmsg.c1085 static void sk_psock_strp_read(struct strparser *strp, struct sk_buff *skb) in sk_psock_strp_read() argument
1114 static int sk_psock_strp_read_done(struct strparser *strp, int err) in sk_psock_strp_read_done() argument
1119 static int sk_psock_strp_parse(struct strparser *strp, struct sk_buff *skb) in sk_psock_strp_parse() argument
[all...]
/linux/tools/perf/util/
H A Dutil.c345 int perf_tip(char **strp, const char *dirpath) in perf_tip() argument
/linux/net/ipv4/
H A Dtcp_bpf.c650 int tcp_bpf_strp_read_sock(struct strparser *strp, read_descriptor_t *desc, in tcp_bpf_strp_read_sock() argument
/linux/security/apparmor/
H A Dlabel.c1677 int aa_label_asxprint(char **strp, struct aa_ns *ns, struct aa_label *label, in aa_label_asxprint() argument
1706 int aa_label_acntsxprint(char __counted **strp, struct aa_ns *ns, in aa_label_acntsxprint() argument
[all...]
/linux/include/linux/
H A Dskmsg.h93 struct strparser strp; member
/linux/security/selinux/ss/
H A Dpolicydb.c1103 int str_read(char **strp, gfp_t flags, struct policy_file *fp, u32 len) in str_read() argument
/linux/drivers/usb/gadget/function/
H A Df_midi2.c2187 const char **strp, size_t maxlen, in f_midi2_opts_str_store() argument