Lines Matching defs:c
4 * Copyright (c) 1999-2000 Cisco, Inc.
5 * Copyright (c) 1999-2001 Motorola, Inc.
6 * Copyright (c) 2001-2003 Intel Corp.
7 * Copyright (c) 2001-2002 Nokia, Inc.
8 * Copyright (c) 2001 La Monte H.P. Yarroll
158 list_for_each_entry(c, &msg->chunks, frag_list) { \
159 if ((clear && asoc->base.sk == c->skb->sk) || \
160 (!clear && asoc->base.sk != c->skb->sk)) \
161 cb(c); \
173 struct sctp_chunk *chunk, *c;
1111 asoc->c.sinit_num_ostreams = outcnt;
1119 asoc->c.sinit_max_instreams = init->sinit_max_instreams;
5180 info->sctpi_tag = asoc->c.my_vtag;
5195 info->sctpi_peer_tag = asoc->c.peer_vtag;
7023 ch = (struct sctp_chunks_param *)asoc->c.auth_chunks;
8945 * Note: This function is the same function as in core/datagram.c
9003 * Note: This is pretty much the same routine as in core/datagram.c
9173 * Accounting for the association is done in ulpevent.c