Searched refs:parse_msg (Results 1 – 8 of 8) sorted by relevance
34 callbacks include a parse_msg function that is called to perform119 int (*parse_msg)(struct strparser *strp, struct sk_buff *skb);121 parse_msg is called to determine the length of the next message127 the offset field is relevant in parse_msg and gives the offset145 the error on TCP socket and wake it up. If parse_msg returned229 parse_msg is greater than the socket buffer size then the stream parser
213 len = (*strp->cb.parse_msg)(strp, head); in __strp_recv()444 if (!cb || !cb->rcv_msg || !cb->parse_msg) in strp_init()470 strp->cb.parse_msg = cb->parse_msg; in strp_init()
44 int (*parse_msg)(struct strparser *strp, struct sk_buff *skb); member
412 static int parse_msg(struct nvec_chip *nvec, struct nvec_msg *msg) in parse_msg() function456 parse_msg(nvec, msg); in nvec_dispatch()
448 .parse_msg = espintcp_parse, in espintcp_init_sk()
1024 .parse_msg = sk_psock_strp_parse, in sk_psock_init_strp()
1342 .parse_msg = kcm_parse_func_strparser, in kcm_attach()
2497 cb.parse_msg = tls_read_size; in tls_set_sw_offload()