Searched defs:strp (Results  1 – 14 of 14) sorted by relevance
| /Linux-v5.4/net/strparser/ | 
| D | strparser.c | 34 	struct strp_msg strp;  member45 static void strp_abort_strp(struct strparser *strp, int err)  in strp_abort_strp()
 65 static void strp_start_timer(struct strparser *strp, long timeo)  in strp_start_timer()
 72 static void strp_parser_err(struct strparser *strp, int err,  in strp_parser_err()
 81 static inline int strp_peek_len(struct strparser *strp)  in strp_peek_len()
 101 	struct strparser *strp = (struct strparser *)desc->arg.data;  in __strp_recv()  local
 325 int strp_process(struct strparser *strp, struct sk_buff *orig_skb,  in strp_process()
 341 	struct strparser *strp = (struct strparser *)desc->arg.data;  in strp_recv()  local
 347 static int default_read_sock_done(struct strparser *strp, int err)  in default_read_sock_done()
 353 static int strp_read_sock(struct strparser *strp)  in strp_read_sock()
 [all …]
 
 | 
| /Linux-v5.4/scripts/dtc/ | 
| D | util.c | 35 int xavsprintf_append(char **strp, const char *fmt, va_list ap)  in xavsprintf_append()57 int xasprintf_append(char **strp, const char *fmt, ...)  in xasprintf_append()
 69 int xasprintf(char **strp, const char *fmt, ...)  in xasprintf()
 
 | 
| /Linux-v5.4/arch/mips/pmcs-msp71xx/ | 
| D | msp_usb.c | 123 	char		*strp;  in msp_usb_setup()  local
 | 
| /Linux-v5.4/net/core/ | 
| D | skmsg.c | 681 static struct sk_psock *sk_psock_from_strp(struct strparser *strp)  in sk_psock_from_strp()741 static void sk_psock_strp_read(struct strparser *strp, struct sk_buff *skb)  in sk_psock_strp_read()
 759 static int sk_psock_strp_read_done(struct strparser *strp, int err)  in sk_psock_strp_read_done()
 764 static int sk_psock_strp_parse(struct strparser *strp, struct sk_buff *skb)  in sk_psock_strp_parse()
 
 | 
| /Linux-v5.4/include/net/ | 
| D | strparser.h | 83 static inline void strp_pause(struct strparser *strp)  in strp_pause()93 static inline void save_strp_stats(struct strparser *strp,  in save_strp_stats()
 
 | 
| D | kcm.h | 91 	struct strparser strp;  member
 | 
| D | tls.h | 172 	struct strparser strp;  member
 | 
| /Linux-v5.4/net/kcm/ | 
| D | kcmsock.c | 356 static void kcm_rcv_strparser(struct strparser *strp, struct sk_buff *skb)  in kcm_rcv_strparser()377 static int kcm_parse_func_strparser(struct strparser *strp, struct sk_buff *skb)  in kcm_parse_func_strparser()
 389 static int kcm_read_sock_done(struct strparser *strp, int err)  in kcm_read_sock_done()
 
 | 
| /Linux-v5.4/security/apparmor/ | 
| D | label.c | 1657 int aa_label_asxprint(char **strp, struct aa_ns *ns, struct aa_label *label,  in aa_label_asxprint()1686 int aa_label_acntsxprint(char __counted **strp, struct aa_ns *ns,  in aa_label_acntsxprint()
 
 | 
| /Linux-v5.4/net/tls/ | 
| D | tls_sw.c | 1967 static int tls_read_size(struct strparser *strp, struct sk_buff *skb)  in tls_read_size()2029 static void tls_queue(struct strparser *strp, struct sk_buff *skb)  in tls_queue()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | skmsg.h | 70 	struct strparser		strp;  member
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | build-id.c | 142 static int asnprintf(char **strp, size_t size, const char *fmt, ...)  in asnprintf()
 | 
| D | sort.c | 3036 	char *str, *strp;  in __setup_output_field()  local
 | 
| /Linux-v5.4/security/selinux/ss/ | 
| D | policydb.c | 1059 static int str_read(char **strp, gfp_t flags, void *fp, u32 len)  in str_read()
 |