Searched refs:parse_msg (Results 1 – 10 of 10) sorted by relevance
/linux/Documentation/networking/ |
H A D | strparser.rst | 34 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 236 parse_msg is greater than the socket buffer size then the stream parser
|
/linux/net/strparser/ |
H A D | strparser.c | 213 len = (*strp->cb.parse_msg)(strp, head); in __strp_recv() 450 if (!cb || !cb->rcv_msg || !cb->parse_msg) in strp_init() 476 strp->cb.parse_msg = cb->parse_msg; in strp_init()
|
/linux/Documentation/sphinx/ |
H A D | kerneldoc.py | 217 self.parse_msg(filename, node, out, cmd) 221 def parse_msg(self, filename, node, out, cmd): member in KernelDocDirective 261 self.parse_msg(filename, node, out, cmd)
|
/linux/include/net/ |
H A D | strparser.h | 44 int (*parse_msg)(struct strparser *strp, struct sk_buff *skb); member
|
/linux/drivers/staging/nvec/ |
H A D | nvec.c | 411 * parse_msg - Print some information and call the notifiers on an RX message 418 static int parse_msg(struct nvec_chip *nvec, struct nvec_msg *msg) in parse_msg() function 462 parse_msg(nvec, msg); in nvec_dispatch()
|
/linux/tools/lib/bpf/ |
H A D | netlink.c | 223 int proto, __dump_nlmsg_t parse_msg, in libbpf_netlink_send_recv() argument 243 parse_msg, parse_attr, cookie); in libbpf_netlink_send_recv()
|
/linux/net/xfrm/ |
H A D | espintcp.c | 459 .parse_msg = espintcp_parse, in espintcp_init_sk()
|
/linux/drivers/net/ovpn/ |
H A D | tcp.c | 483 .parse_msg = ovpn_tcp_parse, in ovpn_tcp_socket_attach()
|
/linux/net/core/ |
H A D | skmsg.c | 1164 .parse_msg = sk_psock_strp_parse, in sk_psock_init_strp()
|
/linux/net/kcm/ |
H A D | kcmsock.c | 1233 .parse_msg = kcm_parse_func_strparser, in kcm_attach()
|