Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 23 of 23) sorted by relevance

/net/sctp/
Dstream_sched_rr.c101 struct sctp_chunk *ch; in sctp_sched_rr_enqueue() local
114 struct sctp_chunk *ch = NULL; in sctp_sched_rr_dequeue() local
134 struct sctp_chunk *ch) in sctp_sched_rr_dequeue_done()
153 struct sctp_chunk *ch; in sctp_sched_rr_sched_all() local
Dstream_sched_fc.c102 struct sctp_chunk *ch; in sctp_sched_fc_enqueue() local
115 struct sctp_chunk *ch; in sctp_sched_fc_dequeue() local
133 struct sctp_chunk *ch) in sctp_sched_fc_dequeue_done()
172 struct sctp_chunk *ch; in sctp_sched_fc_sched_all() local
Dstream_sched_prio.c219 struct sctp_chunk *ch; in sctp_sched_prio_enqueue() local
233 struct sctp_chunk *ch = NULL; in sctp_sched_prio_dequeue() local
257 struct sctp_chunk *ch) in sctp_sched_prio_dequeue_done()
280 struct sctp_chunk *ch; in sctp_sched_prio_sched_all() local
Dstream_sched.c61 struct sctp_chunk *ch = NULL; in sctp_sched_fcfs_dequeue() local
154 struct sctp_chunk *ch; in sctp_sched_set_sched() local
235 void sctp_sched_dequeue_done(struct sctp_outq *q, struct sctp_chunk *ch) in sctp_sched_dequeue_done()
257 void sctp_sched_dequeue_common(struct sctp_outq *q, struct sctp_chunk *ch) in sctp_sched_dequeue_common()
Dinqueue.c95 struct sctp_chunkhdr *ch = NULL; in sctp_inq_peek() local
118 struct sctp_chunkhdr *ch = NULL; in sctp_inq_pop() local
Dinput.c682 struct sctp_chunkhdr *ch, _ch; in sctp_rcv_ootb() local
1190 struct sctp_chunkhdr *ch, in __sctp_rcv_asconf_lookup()
1234 struct sctp_chunkhdr *ch; in __sctp_rcv_walk_lookup() local
1302 struct sctp_chunkhdr *ch; in __sctp_rcv_lookup_harder() local
Doutqueue.c60 struct sctp_chunk *ch) in sctp_outq_head_data()
81 struct sctp_chunk *ch) in sctp_outq_tail_data()
Dstream.c28 struct sctp_chunk *ch, *temp; in sctp_stream_shrink_out() local
Dassociola.c486 struct sctp_chunk *ch; in sctp_assoc_rm_peer() local
Dulpevent.c380 struct sctp_errhdr *ch; in sctp_ulpevent_make_remote_error() local
Dstream_interleave.c1160 #define sctp_walk_ifwdtsn(pos, ch) \ argument
Dsm_make_chunk.c1521 void sctp_chunk_hold(struct sctp_chunk *ch) in sctp_chunk_hold()
1527 void sctp_chunk_put(struct sctp_chunk *ch) in sctp_chunk_put()
Dsocket.c6965 struct sctp_chunks_param *ch; in sctp_getsockopt_peer_auth_chunks() local
7010 struct sctp_chunks_param *ch; in sctp_getsockopt_local_auth_chunks() local
Dsm_statefuns.c3687 struct sctp_chunkhdr *ch; in sctp_sf_ootb() local
/net/sunrpc/
Dsvcauth_unix.c294 struct cache_head *ch; in __ip_map_lookup() local
312 struct cache_head *ch; in __ip_map_update() local
538 struct cache_head *ch; in unix_gid_parse() local
632 struct cache_head *ch; in unix_gid_lookup() local
Dcache.c83 static void sunrpc_begin_cache_remove_entry(struct cache_head *ch, in sunrpc_begin_cache_remove_entry()
92 static void sunrpc_end_cache_remove_entry(struct cache_head *ch, in sunrpc_end_cache_remove_entry()
463 struct cache_head *ch = NULL; in cache_clean() local
533 struct cache_head *ch = NULL; in cache_purge() local
1084 static void cache_dequeue(struct cache_detail *detail, struct cache_head *ch) in cache_dequeue()
1345 struct cache_head *ch; in __cache_seq_start() local
1372 struct cache_head *ch = p; in cache_seq_next() local
/net/mac80211/
Dmain.c240 u64 ch = changed & BSS_CHANGED_VIF_CFG_FLAGS; in ieee80211_bss_info_change_notify() local
248 u64 ch = changed & ~BSS_CHANGED_VIF_CFG_FLAGS; in ieee80211_bss_info_change_notify() local
Dtdls.c77 struct ieee80211_channel *ch; in ieee80211_tdls_add_subband() local
/net/sunrpc/auth_gss/
Dsvcauth_gss.c323 struct cache_head *ch; in rsi_lookup() local
335 struct cache_head *ch; in rsi_update() local
600 struct cache_head *ch; in rsc_lookup() local
612 struct cache_head *ch; in rsc_update() local
/net/bluetooth/rfcomm/
Dtty.c1044 static void rfcomm_tty_send_xchar(struct tty_struct *tty, char ch) in rfcomm_tty_send_xchar()
/net/bluetooth/
Dsco.c652 struct sock *sk = sock->sk, *ch; in sco_sock_accept() local
Diso.c1042 struct sock *sk = sock->sk, *ch; in iso_sock_accept() local
/net/atm/
Dlec.c1228 #define HASH(ch) (ch & (LEC_ARP_TABLE_SIZE - 1)) argument