Home
last modified time | relevance | path

Searched refs:event_subtype (Results 1 – 3 of 3) sorted by relevance

/linux/net/sctp/
H A Dsm_statetable.c55 if ((event_subtype._type > (_max))) { \
57 _table, event_subtype._type, _max); \
60 rtn = &_table[event_subtype._type][(int)state]; \
69 union sctp_subtype event_subtype) in sctp_sm_lookup_event() argument
73 return sctp_chunk_event_lookup(net, event_subtype.chunk, state); in sctp_sm_lookup_event()
/linux/arch/powerpc/include/asm/
H A Dio_event_irq.h41 uint8_t event_subtype; /* 0x03 I/O-Event Sub-Type */ member
/linux/include/net/sctp/
H A Dsm.h163 union sctp_subtype event_subtype);