Home
last modified time | relevance | path

Searched refs:parse_msg (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/Documentation/networking/
A Dstrparser.rst34 callbacks include a parse_msg function that is called to perform
119 int (*parse_msg)(struct strparser *strp, struct sk_buff *skb);
121 parse_msg is called to determine the length of the next message
127 the offset field is relevant in parse_msg and gives the offset
145 the error on TCP socket and wake it up. If parse_msg returned
229 parse_msg is greater than the socket buffer size then the stream parser
/linux-6.3-rc2/net/strparser/
A Dstrparser.c213 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()
/linux-6.3-rc2/include/net/
A Dstrparser.h44 int (*parse_msg)(struct strparser *strp, struct sk_buff *skb); member
/linux-6.3-rc2/drivers/staging/nvec/
A Dnvec.c413 static int parse_msg(struct nvec_chip *nvec, struct nvec_msg *msg) in parse_msg() function
457 parse_msg(nvec, msg); in nvec_dispatch()
/linux-6.3-rc2/tools/lib/bpf/
A Dnetlink.c222 int proto, __dump_nlmsg_t parse_msg, in libbpf_netlink_send_recv() argument
242 parse_msg, parse_attr, cookie); in libbpf_netlink_send_recv()
/linux-6.3-rc2/net/xfrm/
A Despintcp.c449 .parse_msg = espintcp_parse, in espintcp_init_sk()
/linux-6.3-rc2/net/core/
A Dskmsg.c1139 .parse_msg = sk_psock_strp_parse, in sk_psock_init_strp()
/linux-6.3-rc2/net/kcm/
A Dkcmsock.c1344 .parse_msg = kcm_parse_func_strparser, in kcm_attach()

Completed in 26 milliseconds