Home
last modified time | relevance | path

Searched refs:sctp_can_peel_off (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_peeloff.h38 int sctp_can_peel_off(struct socket *, sctp_assoc_t);
H A Dsctp_peeloff.c48 sctp_can_peel_off(struct socket *head, sctp_assoc_t assoc_id) in sctp_can_peel_off() function
H A Dsctp_syscalls.c160 error = sctp_can_peel_off(head, (sctp_assoc_t)uap->name); in sys_sctp_peeloff()