Home
last modified time | relevance | path

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

/openbmc/linux/net/strparser/
H A 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 …]
/openbmc/linux/net/tls/
H A Dtls_strp.c15 static void tls_strp_abort_strp(struct tls_strparser *strp, int err) in tls_strp_abort_strp()
29 static void tls_strp_anchor_free(struct tls_strparser *strp) in tls_strp_anchor_free()
41 tls_strp_skb_copy(struct tls_strparser *strp, struct sk_buff *in_skb, in tls_strp_skb_copy()
68 static struct sk_buff *tls_strp_msg_make_copy(struct tls_strparser *strp) in tls_strp_msg_make_copy()
86 struct tls_strparser *strp = &ctx->strp; in tls_strp_msg_detach() local
121 struct tls_strparser *strp = &ctx->strp; in tls_strp_msg_cow() local
144 int tls_strp_msg_hold(struct tls_strparser *strp, struct sk_buff_head *dst) in tls_strp_msg_hold()
191 static void tls_strp_flush_anchor_copy(struct tls_strparser *strp) in tls_strp_flush_anchor_copy()
209 static int tls_strp_copyin_frag(struct tls_strparser *strp, struct sk_buff *skb, in tls_strp_copyin_frag()
279 static int tls_strp_copyin_skb(struct tls_strparser *strp, struct sk_buff *skb, in tls_strp_copyin_skb()
[all …]
H A Dtls_sw.c2359 int tls_rx_msg_size(struct tls_strparser *strp, struct sk_buff *skb) in tls_rx_msg_size()
2419 void tls_rx_msg_ready(struct tls_strparser *strp) in tls_rx_msg_ready()
/openbmc/linux/include/net/
H A 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()
H A Despintcp.h22 struct strparser strp; member
H A Dkcm.h92 struct strparser strp; member
H A Dtls.h133 struct tls_strparser strp; member
/openbmc/linux/scripts/dtc/
H A Dutil.c47 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()
/openbmc/linux/net/xfrm/
H A Despintcp.c53 static void espintcp_rcv(struct strparser *strp, struct sk_buff *skb) in espintcp_rcv()
113 static int espintcp_parse(struct strparser *strp, struct sk_buff *skb) in espintcp_parse()
/openbmc/linux/net/kcm/
H A Dkcmsock.c365 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()
/openbmc/linux/net/core/
H A Dskmsg.c1056 sk_psock_strp_read(struct strparser * strp,struct sk_buff * skb) sk_psock_strp_read() argument
1085 sk_psock_strp_read_done(struct strparser * strp,int err) sk_psock_strp_read_done() argument
1090 sk_psock_strp_parse(struct strparser * strp,struct sk_buff * skb) sk_psock_strp_parse() argument
[all...]
/openbmc/u-boot/scripts/dtc/
H A Dutil.c50 int xasprintf(char **strp, const char *fmt, ...) in xasprintf()
/openbmc/linux/tools/perf/util/
H A Dutil.c418 int perf_tip(char **strp, const char *dirpath) in perf_tip()
H A Dbuild-id.c150 static int asnprintf(char **strp, size_t size, const char *fmt, ...) in asnprintf()
H A Dsort.c3641 char *str, *strp; in __setup_output_field() local
/openbmc/linux/security/apparmor/
H A Dlabel.c1687 int aa_label_asxprint(char **strp, struct aa_ns *ns, struct aa_label *label, in aa_label_asxprint()
1716 int aa_label_acntsxprint(char __counted **strp, struct aa_ns *ns, in aa_label_acntsxprint()
/openbmc/qemu/block/
H A Dnfs.c424 char *file = NULL, *strp = NULL; in nfs_client_open() local
/openbmc/linux/include/linux/
H A Dskmsg.h89 struct strparser strp; member
/openbmc/u-boot/drivers/misc/
H A Dcros_ec.c457 int cros_ec_read_build_info(struct udevice *dev, char **strp) in cros_ec_read_build_info()
/openbmc/linux/security/selinux/ss/
H A Dpolicydb.c1070 static int str_read(char **strp, gfp_t flags, void *fp, u32 len) in str_read()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_midi2.c2189 const char **strp, size_t maxlen, in f_midi2_opts_str_store()