Home
last modified time | relevance | path

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

/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 …]
/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()
/net/core/
Dskmsg.c1050 static void sk_psock_strp_read(struct strparser *strp, struct sk_buff *skb) in sk_psock_strp_read()
1080 static int sk_psock_strp_read_done(struct strparser *strp, int err) in sk_psock_strp_read_done()
1085 static int sk_psock_strp_parse(struct strparser *strp, struct sk_buff *skb) in sk_psock_strp_parse()
/net/kcm/
Dkcmsock.c361 static void kcm_rcv_strparser(struct strparser *strp, struct sk_buff *skb) in kcm_rcv_strparser()
382 static int kcm_parse_func_strparser(struct strparser *strp, struct sk_buff *skb) in kcm_parse_func_strparser()
392 static int kcm_read_sock_done(struct strparser *strp, int err) in kcm_read_sock_done()
/net/tls/
Dtls_sw.c2075 static int tls_read_size(struct strparser *strp, struct sk_buff *skb) in tls_read_size()
2138 static void tls_queue(struct strparser *strp, struct sk_buff *skb) in tls_queue()