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

/freebsd-9.3-release/sys/netinet/
H A Dsctp_peeloff.c50 sctp_can_peel_off(struct socket *head, sctp_assoc_t assoc_id) argument
70 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1);
88 sctp_do_peeloff(struct socket *head, struct socket *so, sctp_assoc_t assoc_id) argument
99 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1);
H A Dsctputil.h64 #define sctp_get_associd(stcb) ((sctp_assoc_t)stcb->asoc.assoc_id)
261 struct sockaddr *sa, sctp_assoc_t assoc_id,
265 struct sockaddr *sa, sctp_assoc_t assoc_id,
H A Dsctp_usrreq.c1589 #define SCTP_FIND_STCB(inp, stcb, assoc_id) { \
1598 } else if (assoc_id > SCTP_ALL_ASSOC) { \
1599 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1); \
1758 SCTP_FIND_STCB(inp, stcb, av->assoc_id);
1765 (av->assoc_id == SCTP_FUTURE_ASSOC)) {
1784 SCTP_FIND_STCB(inp, stcb, av->assoc_id);
1791 (av->assoc_id == SCTP_FUTURE_ASSOC)) {
1810 SCTP_FIND_STCB(inp, stcb, cc_opt->aid_value.assoc_id);
1829 SCTP_FIND_STCB(inp, stcb, av->assoc_id);
1836 (av->assoc_id
[all...]
H A Dsctp_uio.h680 sctp_assoc_t assoc_id; member in struct:sctp_assoc_value
690 sctp_assoc_t assoc_id; member in struct:sctp_stream_value
1186 sctp_assoc_t assoc_id; /* sctpAssocEntry 1 */ member in struct:xsctp_tcb
H A Dsctp_structs.h887 uint32_t assoc_id; member in struct:sctp_association
H A Dsctp_pcb.c1561 * Use my the assoc_id to find a endpoint
1583 if (stcb->asoc.assoc_id == id) {
2723 lhd = &new_inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(stcb->asoc.assoc_id,
4317 asoc->assoc_id = sctp_aloc_a_assoc_id(inp, stcb);
H A Dsctp_sysctl.c454 xstcb.assoc_id = sctp_get_associd(stcb);
H A Dsctputil.c6424 struct sockaddr *sa, sctp_assoc_t assoc_id,
6501 if (assoc_id == 0) {
6552 struct sockaddr *sa, sctp_assoc_t assoc_id,
6619 if (assoc_id == 0) {
6423 sctp_bindx_add_address(struct socket *so, struct sctp_inpcb *inp, struct sockaddr *sa, sctp_assoc_t assoc_id, uint32_t vrf_id, int *error, void *p) argument
6551 sctp_bindx_delete_address(struct sctp_inpcb *inp, struct sockaddr *sa, sctp_assoc_t assoc_id, uint32_t vrf_id, int *error) argument
/freebsd-9.3-release/lib/libc/net/
H A Dsctp_sys_calls.c309 ((struct sctp_assoc_value *)arg)->assoc_id = id;
321 ((struct sctp_assoc_value *)arg)->assoc_id = id;
354 ((struct sctp_assoc_value *)arg)->assoc_id = id;
357 ((struct sctp_assoc_value *)arg)->assoc_id = id;
1140 sctp_peeloff(int sd, sctp_assoc_t assoc_id) argument
1150 sctp_peeloff(int sd, sctp_assoc_t assoc_id) argument
1152 return (syscall(SYS_sctp_peeloff, sd, assoc_id));

Completed in 148 milliseconds