Searched defs:sctp_inpcb (Results 1 – 2 of 2) sorted by relevance
444 struct sctp_inpcb { struct463 LIST_ENTRY(sctp_inpcb) sctp_list; /* lists all endpoints */ argument467 int laddr_count;470 struct sctpladdr sctp_addr_list;472 struct sctp_laddr *next_addr_touse;475 struct socket *sctp_socket;476 uint64_t sctp_features; /* Feature flags */477 uint32_t sctp_flags; /* INP state flag set */478 uint32_t sctp_mobility_features; /* Mobility Feature flags */479 struct sctp_pcb sctp_ep;/* SCTP ep data */[all …]
945 #define SCTP_IPV6_V6ONLY(sctp_inpcb) ((sctp_inpcb)->ip_inp.inp.inp_flags & IN6P_IPV6_V6ONLY) argument