Searched defs:sctp_inpcb (Results 1 – 2 of 2) sorted by relevance
356 struct sctp_inpcb { struct370 LIST_ENTRY(sctp_inpcb) sctp_list; /* lists all endpoints */ argument374 int laddr_count;392 u_long sctp_hashmark;401 uint32_t sctp_context;402 uint32_t max_cwnd;405 uint8_t ecn_supported;407 uint8_t auth_supported;408 uint8_t idata_supported;422 struct mbuf *pkt, *pkt_last;[all …]
369 #define SCTP_IPV6_V6ONLY(sctp_inpcb) ((sctp_inpcb)->ip_inp.inp.inp_flags & IN6P_IPV6_V6ONLY) argument