Searched refs:cseq (Results 1 - 9 of 9) sorted by last modified time

/linux-master/sound/core/seq/oss/
H A Dseq_oss_midi.c360 if (snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT, &subs) >= 0)
369 if (snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT, &subs) >= 0)
408 snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_UNSUBSCRIBE_PORT, &subs);
414 snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_UNSUBSCRIBE_PORT, &subs);
H A Dseq_oss_init.c175 dp->cseq = system_client;
214 dp->addr.client = dp->cseq;
301 port.addr.client = dp->cseq;
335 return snd_seq_event_port_detach(dp->cseq, dp->port);
H A Dseq_oss_device.h73 int cseq; /* sequencer client number */ member in struct:seq_oss_devinfo
138 return snd_seq_kernel_client_dispatch(dp->cseq, ev, atomic, hop);
147 snd_seq_client_ioctl_lock(dp->cseq);
148 err = snd_seq_kernel_client_ctl(dp->cseq, type, arg);
149 snd_seq_client_ioctl_unlock(dp->cseq);
H A Dseq_oss_writeq.c41 pool.client = dp->cseq;
107 snd_seq_kernel_client_enqueue(dp->cseq, &ev, NULL, true);
142 pool.client = q->dp->cseq;
155 pool.client = q->dp->cseq;
H A Dseq_oss_rw.c174 rc = snd_seq_kernel_client_enqueue(dp->cseq, &event, opt,
197 if (snd_seq_kernel_client_write_poll(dp->cseq, file, wait))
H A Dseq_oss_timer.c133 ev.source.client = dp->cseq;
140 return snd_seq_kernel_client_dispatch(dp->cseq, &ev, 1, 0);
159 snd_seq_set_queue_tempo(dp->cseq, &tmprec);
H A Dseq_oss_event.c431 if (ev->source.client != dp->cseq)
/linux-master/net/netfilter/
H A Dnf_conntrack_sip.c1029 unsigned int cseq)
1138 unsigned int cseq, unsigned int code)
1146 return process_sdp(skb, protoff, dataoff, dptr, datalen, cseq);
1147 else if (ct_sip_info->invite_cseq == cseq)
1155 unsigned int cseq, unsigned int code)
1163 return process_sdp(skb, protoff, dataoff, dptr, datalen, cseq);
1164 else if (ct_sip_info->invite_cseq == cseq)
1172 unsigned int cseq, unsigned int code)
1180 return process_sdp(skb, protoff, dataoff, dptr, datalen, cseq);
1181 else if (ct_sip_info->invite_cseq == cseq)
1026 process_sdp(struct sk_buff *skb, unsigned int protoff, unsigned int dataoff, const char **dptr, unsigned int *datalen, unsigned int cseq) argument
1135 process_invite_response(struct sk_buff *skb, unsigned int protoff, unsigned int dataoff, const char **dptr, unsigned int *datalen, unsigned int cseq, unsigned int code) argument
1152 process_update_response(struct sk_buff *skb, unsigned int protoff, unsigned int dataoff, const char **dptr, unsigned int *datalen, unsigned int cseq, unsigned int code) argument
1169 process_prack_response(struct sk_buff *skb, unsigned int protoff, unsigned int dataoff, const char **dptr, unsigned int *datalen, unsigned int cseq, unsigned int code) argument
1186 process_invite_request(struct sk_buff *skb, unsigned int protoff, unsigned int dataoff, const char **dptr, unsigned int *datalen, unsigned int cseq) argument
1203 process_bye_request(struct sk_buff *skb, unsigned int protoff, unsigned int dataoff, const char **dptr, unsigned int *datalen, unsigned int cseq) argument
1219 process_register_request(struct sk_buff *skb, unsigned int protoff, unsigned int dataoff, const char **dptr, unsigned int *datalen, unsigned int cseq) argument
1322 process_register_response(struct sk_buff *skb, unsigned int protoff, unsigned int dataoff, const char **dptr, unsigned int *datalen, unsigned int cseq, unsigned int code) argument
1415 unsigned int code, cseq, i; local
1461 unsigned int cseq, i; local
[all...]
/linux-master/include/linux/netfilter/
H A Dnf_conntrack_sip.h46 unsigned int cseq);
50 unsigned int cseq, unsigned int code);

Completed in 350 milliseconds