HomeSort by relevance Sort by last modified time
    Searched refs:sctp_ifn (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_pcb.h 51 LIST_HEAD(sctp_ifnlist, sctp_ifn);
74 struct sctp_ifn { struct
77 LIST_ENTRY(sctp_ifn) next_ifn;
78 LIST_ENTRY(sctp_ifn) next_bucket;
106 struct sctp_ifn *ifn_p; /* back pointer to parent ifn */
691 struct sctp_ifn *
719 void sctp_free_ifn(struct sctp_ifn *sctp_ifnp);
sctp_asconf.c 956 sctp_asconf_nets_cleanup(struct sctp_tcb *stcb, struct sctp_ifn *ifn)
2451 struct sctp_ifn *sctp_ifn; local
3082 struct sctp_ifn *sctp_ifn; local
    [all...]
sctp_sysctl.c 177 struct sctp_ifn *sctp_ifn; local
187 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
188 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
225 struct sctp_ifn *sctp_ifn; local
288 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
289 if ((loopback_scope == 0) && SCTP_IFN_IS_IFT_LOOP(sctp_ifn))
292 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
    [all...]
sctp_output.c 2081 struct sctp_ifn *sctp_ifnp;
2485 struct sctp_ifn *sctp_ifn; local
2605 struct sctp_ifn *sctp_ifn; local
2921 struct sctp_ifn *sctp_ifn, *looked_at = NULL, *emit_ifn; local
    [all...]
sctp_pcb.c 169 * VRF's. Each VRF has its own list of sctp_ifn's. Each of
173 * within the VRF. Once we have the sctp_ifn, we add the
260 struct sctp_ifn *
263 struct sctp_ifn *sctp_ifnp;
315 sctp_free_ifn(struct sctp_ifn *sctp_ifnp)
331 struct sctp_ifn *sctp_ifnp;
355 sctp_delete_ifn(struct sctp_ifn *sctp_ifnp, int hold_addr_lock)
357 struct sctp_ifn *found;
471 sctp_add_ifa_to_ifn(struct sctp_ifn *sctp_ifnp, struct sctp_ifa *sctp_ifap)
562 struct sctp_ifn *sctp_ifnp = NULL
940 struct sctp_ifn *sctp_ifn; local
    [all...]
sctp_os_userspace.h 906 #define SCTP_GATHER_MTU_FROM_INTFC(sctp_ifn) sctp_userspace_get_mtu_from_ifn(if_nametoindex(((struct ifaddrs *) (sctp_ifn))->ifa_name), AF_INET)
    [all...]
sctp_usrreq.c 1566 struct sctp_ifn *sctp_ifn; local
1918 struct sctp_ifn *sctp_ifn; local
    [all...]
sctputil.c     [all...]

Completed in 6727 milliseconds