Searched defs:sctp_inpcb (Results 1 – 2 of 2) sorted by relevance
353 struct sctp_inpcb { struct 367 LIST_ENTRY(sctp_inpcb) sctp_list; /* lists all endpoints */ argument 443 struct sctp_inpcb *sctp_ep; /* back pointer to ep */ argument 371 laddr_countsctp_inpcb global() argument 374 sctp_addr_listsctp_inpcb global() argument 379 next_addr_tousesctp_inpcb global() argument 382 sctp_socketsctp_inpcb global() argument 383 sctp_featuressctp_inpcb global() argument 384 sctp_flagssctp_inpcb global() argument 385 sctp_mobility_featuressctp_inpcb global() argument 386 sctp_epsctp_inpcb global() argument 388 sctp_tcbhashsctp_inpcb global() argument 389 sctp_hashmarksctp_inpcb global() argument 391 sctp_asoc_listsctp_inpcb global() argument 393 sctp_asoc_free_listsctp_inpcb global() argument 395 sctp_frag_pointsctp_inpcb global() argument 396 partial_delivery_pointsctp_inpcb global() argument 397 sctp_contextsctp_inpcb global() argument 398 max_cwndsctp_inpcb global() argument 399 local_strreset_supportsctp_inpcb global() argument 400 sctp_cmt_on_offsctp_inpcb global() argument 401 ecn_supportedsctp_inpcb global() argument 402 prsctp_supportedsctp_inpcb global() argument 403 auth_supportedsctp_inpcb global() argument 404 idata_supportedsctp_inpcb global() argument 405 asconf_supportedsctp_inpcb global() argument 406 reconfig_supportedsctp_inpcb global() argument 407 nrsack_supportedsctp_inpcb global() argument 408 pktdrop_supportedsctp_inpcb global() argument 409 rcv_edmidsctp_inpcb global() argument 410 def_sendsctp_inpcb global() argument 419 pkt_lastsctp_inpcb global() argument [all...]
357 #define SCTP_IPV6_V6ONLY(sctp_inpcb) ((sctp_inpcb)->ip_inp.inp.inp_flags & IN6P_IPV6_V6ONLY) argument