Home
last modified time | relevance | path

Searched full:block_entry (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/lyaml/spec/
H A Dext_yaml_scanner_spec.yaml280 - describe BLOCK_ENTRY:
286 expect (k ().type).to_be "BLOCK_ENTRY"'
288 expect (k ().type).to_be "BLOCK_ENTRY"
/freebsd/contrib/lyaml/ext/yaml/
H A Dscanner.c262 MENTRY( BLOCK_ENTRY ); in token_iter()
/freebsd/sys/netinet/
H A Dsctp_pcb.h451 struct sctp_block_entry *block_entry; /* pointer locked by socket member
H A Dsctp_pcb.c4666 if (stcb->block_entry) { in sctp_free_assoc()
4668 stcb->block_entry->error = ECONNRESET; in sctp_free_assoc()
4669 stcb->block_entry = NULL; in sctp_free_assoc()
H A Dsctp_output.c13121 stcb->block_entry = &be; in sctp_lower_sosend()
13134 stcb->block_entry = NULL; in sctp_lower_sosend()
13484 stcb->block_entry = &be; in sctp_lower_sosend()
13496 stcb->block_entry = NULL; in sctp_lower_sosend()