Searched refs:sctp_ifnp (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dsctp_pcb.c196 struct sctp_ifn *sctp_ifnp; local
204 LIST_FOREACH(sctp_ifnp, hash_ifn_head, next_bucket) {
205 if (sctp_ifnp->ifn_index == ifn_index) {
206 return (sctp_ifnp);
208 if (sctp_ifnp->ifn_p && ifn && (sctp_ifnp->ifn_p == ifn)) {
209 return (sctp_ifnp);
249 sctp_free_ifn(struct sctp_ifn *sctp_ifnp) argument
251 if (SCTP_DECREMENT_AND_CHECK_REFCOUNT(&sctp_ifnp->refcount)) {
253 if (sctp_ifnp
265 struct sctp_ifn *sctp_ifnp; local
289 sctp_delete_ifn(struct sctp_ifn *sctp_ifnp, int hold_addr_lock) argument
405 sctp_add_ifa_to_ifn(struct sctp_ifn *sctp_ifnp, struct sctp_ifa *sctp_ifap) argument
496 struct sctp_ifn *sctp_ifnp = NULL; local
[all...]
H A Dsctp_pcb.h517 void sctp_free_ifn(struct sctp_ifn *sctp_ifnp);
H A Dsctp_asconf.c3395 struct sctp_ifn *sctp_ifnp; local
3404 LIST_FOREACH(sctp_ifnp, &vrf->ifnlist, next_ifn) {
3405 LIST_FOREACH(sctp_ifap, &sctp_ifnp->ifalist, next_ifa) {
H A Dsctp_output.c2045 struct sctp_ifn *sctp_ifnp; local
2053 LIST_FOREACH(sctp_ifnp, &vrf->ifnlist, next_ifn) {
2055 SCTP_IFN_IS_IFT_LOOP(sctp_ifnp)) {
2062 LIST_FOREACH(sctp_ifap, &sctp_ifnp->ifalist, next_ifa) {
2081 LIST_FOREACH(sctp_ifnp, &vrf->ifnlist, next_ifn) {
2084 SCTP_IFN_IS_IFT_LOOP(sctp_ifnp)) {
2091 LIST_FOREACH(sctp_ifap, &sctp_ifnp->ifalist, next_ifa) {

Completed in 104 milliseconds