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 */
697 struct sctp_ifn *
725 void sctp_free_ifn(struct sctp_ifn *sctp_ifnp);
sctp_sysctl.c 182 struct sctp_ifn *sctp_ifn; local
192 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
193 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
230 struct sctp_ifn *sctp_ifn; local
293 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
294 if ((loopback_scope == 0) && SCTP_IFN_IS_IFT_LOOP(sctp_ifn))
297 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
    [all...]
sctp_asconf.c 951 sctp_asconf_nets_cleanup(struct sctp_tcb *stcb, struct sctp_ifn *ifn)
2465 struct sctp_ifn *sctp_ifn; local
3096 struct sctp_ifn *sctp_ifn; local
    [all...]
sctp_pcb.c 171 * VRF's. Each VRF has its own list of sctp_ifn's. Each of
175 * within the VRF. Once we have the sctp_ifn, we add the
262 struct sctp_ifn *
265 struct sctp_ifn *sctp_ifnp;
317 sctp_free_ifn(struct sctp_ifn *sctp_ifnp)
333 struct sctp_ifn *sctp_ifnp;
357 sctp_delete_ifn(struct sctp_ifn *sctp_ifnp, int hold_addr_lock)
359 struct sctp_ifn *found;
473 sctp_add_ifa_to_ifn(struct sctp_ifn *sctp_ifnp, struct sctp_ifa *sctp_ifap)
564 struct sctp_ifn *sctp_ifnp = NULL
942 struct sctp_ifn *sctp_ifn; local
    [all...]
sctp_output.c 2083 struct sctp_ifn *sctp_ifnp;
2519 struct sctp_ifn *sctp_ifn; local
2655 struct sctp_ifn *sctp_ifn; local
3047 struct sctp_ifn *sctp_ifn, *looked_at = NULL, *emit_ifn; local
    [all...]
sctp_os_userspace.h 910 #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
1930 struct sctp_ifn *sctp_ifn; local
    [all...]
sctputil.c     [all...]

Completed in 611 milliseconds