Searched refs:msg_parser (Results 1 - 9 of 9) sorted by relevance

/linux-master/sound/firewire/motu/
H A Dmotu-command-dsp-message-parser.c25 struct msg_parser { struct
38 struct msg_parser *parser;
51 struct msg_parser *parser = motu->message_parser;
88 struct msg_parser *parser = motu->message_parser;
178 struct msg_parser *parser = motu->message_parser;
H A Dmotu-register-dsp-message-parser.c83 struct msg_parser { struct
103 struct msg_parser *parser;
116 struct msg_parser *parser = motu->message_parser;
129 struct msg_parser *parser = motu->message_parser;
150 struct msg_parser *parser = motu->message_parser;
373 struct msg_parser *parser = motu->message_parser;
384 struct msg_parser *parser = motu->message_parser;
394 struct msg_parser *parser = motu->message_parser;
404 struct msg_parser *parser = motu->message_parser;
/linux-master/sound/firewire/fireface/
H A Dff.c46 kfree(ff->msg_parser);
100 ff->msg_parser = kzalloc(ff->spec->protocol->msg_parser_size, GFP_KERNEL);
101 if (!ff->msg_parser) {
H A Dff.h101 void *msg_parser; member in struct:snd_ff
H A Dff-protocol-former.c561 struct ff400_msg_parser *parser = ff->msg_parser;
658 struct ff400_msg_parser *parser = ff->msg_parser;
684 struct ff400_msg_parser *parser = ff->msg_parser;
/linux-master/net/core/
H A Dsock_map.c219 struct bpf_prog *msg_parser = NULL; local
239 msg_parser = READ_ONCE(progs->msg_parser);
240 if (msg_parser) {
241 msg_parser = bpf_prog_inc_not_zero(msg_parser);
242 if (IS_ERR(msg_parser)) {
243 ret = PTR_ERR(msg_parser);
264 if ((msg_parser && READ_ONCE(psock->progs.msg_parser)) ||
[all...]
H A Dskmsg.c873 prog = READ_ONCE(psock->progs.msg_parser);
/linux-master/include/linux/
H A Dskmsg.h57 struct bpf_prog *msg_parser; member in struct:sk_psock_progs
495 psock_set_prog(&progs->msg_parser, NULL);
/linux-master/net/ipv4/
H A Dtcp_bpf.c652 int config = psock->progs.msg_parser ? TCP_BPF_TX : TCP_BPF_BASE;

Completed in 185 milliseconds