Searched defs:sctp_inpcb (Results 1 – 2 of 2) sorted by relevance
353 struct sctp_inpcb { struct367 LIST_ENTRY(sctp_inpcb) sctp_list; /* lists all endpoints */ argument371 int laddr_count;374 struct sctpladdr sctp_addr_list;379 struct sctp_laddr *next_addr_touse;382 struct socket *sctp_socket;383 uint64_t sctp_features; /* Feature flags */384 uint32_t sctp_flags; /* INP state flag set */385 uint32_t sctp_mobility_features; /* Mobility Feature flags */386 struct sctp_pcb sctp_ep; /* SCTP ep data */[all …]
357 #define SCTP_IPV6_V6ONLY(sctp_inpcb) ((sctp_inpcb)->ip_inp.inp.inp_flags & IN6P_IPV6_V6ONLY) argument