Searched refs:assoc_id (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_peeloff.c | 51 sctp_can_peel_off(struct socket *head, sctp_assoc_t assoc_id) in sctp_can_peel_off() argument 71 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1); in sctp_can_peel_off() 89 sctp_do_peeloff(struct socket *head, struct socket *so, sctp_assoc_t assoc_id) in sctp_do_peeloff() argument 100 stcb = sctp_findassociation_ep_asocid(inp, assoc_id, 1); in sctp_do_peeloff()
|
| H A D | sctp_usrreq.c | 1496 } else if (assoc_id > SCTP_ALL_ASSOC) { \ 1656 SCTP_FIND_STCB(inp, stcb, av->assoc_id); 1688 SCTP_FIND_STCB(inp, stcb, av->assoc_id); 1715 SCTP_FIND_STCB(inp, stcb, av->assoc_id); 1761 SCTP_FIND_STCB(inp, stcb, av->assoc_id); 1788 SCTP_FIND_STCB(inp, stcb, av->assoc_id); 1899 SCTP_FIND_STCB(inp, stcb, av->assoc_id); 1936 SCTP_FIND_STCB(inp, stcb, id->assoc_id); 2024 SCTP_FIND_STCB(inp, stcb, av->assoc_id); 2053 SCTP_FIND_STCB(inp, stcb, av->assoc_id); [all …]
|
| H A D | sctp_uio.h | 693 sctp_assoc_t assoc_id; member 703 sctp_assoc_t assoc_id; member 1204 sctp_assoc_t assoc_id; /* sctpAssocEntry 1 */ member
|
| H A D | sctputil.h | 63 #define sctp_get_associd(stcb) ((sctp_assoc_t)stcb->asoc.assoc_id)
|
| H A D | sctp_structs.h | 908 uint32_t assoc_id; member
|
| H A D | sctp_sysctl.c | 453 xstcb.assoc_id = sctp_get_associd(stcb); in sctp_sysctl_handle_assoclist()
|
| H A D | sctp_pcb.c | 1565 if (stcb->asoc.assoc_id == id) { in sctp_findasoc_ep_asocid_locked() 2670 lhd = &new_inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(stcb->asoc.assoc_id, in sctp_move_pcb_and_assoc() 4341 asoc->assoc_id = sctp_aloc_a_assoc_id(inp, stcb); in sctp_aloc_assoc()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | sctp_uio.h | 693 sctp_assoc_t assoc_id; member 703 sctp_assoc_t assoc_id; member 1204 sctp_assoc_t assoc_id; /* sctpAssocEntry 1 */ member
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_misc.c | 292 u_int16_t assoc_id) in ar9300_write_associd() argument 298 ahp->ah_assoc_id = assoc_id; in ar9300_write_associd() 302 ((assoc_id & 0x3fff) << AR_BSS_ID1_AID_S)); in ar9300_write_associd() 2880 u_int16_t assoc_id) in ar9300_force_tsf_sync() argument 2883 ar9300_write_associd(ah, bssid, assoc_id); in ar9300_force_tsf_sync()
|
| H A D | ar9300.h | 1265 u_int16_t assoc_id); 1320 u_int16_t assoc_id);
|