Searched defs:subtype (Results 1 - 5 of 5) sorted by relevance

/net/batman-adv/
H A Ddistributed-arp-table.h82 * @subtype: the 4addr subtype of the packet to be counted
84 * Updates the ethtool statistics for the received packet if it is a DAT subtype
87 uint8_t subtype)
89 switch (subtype) {
167 uint8_t subtype)
86 batadv_dat_inc_counter(struct batadv_priv *bat_priv, uint8_t subtype) argument
166 batadv_dat_inc_counter(struct batadv_priv *bat_priv, uint8_t subtype) argument
H A Dpacket.h52 * enum batadv_subtype - packet subtype for unicast4addr
344 * @subtype: packet subtype
349 uint8_t subtype; member in struct:batadv_unicast_4addr_packet
/net/sctp/
H A Dendpointola.c415 sctp_subtype_t subtype; local
429 subtype = SCTP_ST_CHUNK(chunk->chunk_hdr->type);
434 if (first_time && (subtype.chunk == SCTP_CID_AUTH)) {
469 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth)
486 error = sctp_do_sm(net, SCTP_EVENT_T_CHUNK, subtype, state,
H A Dsm_sideeffect.c55 sctp_subtype_t subtype,
63 static int sctp_side_effects(sctp_event_t event_type, sctp_subtype_t subtype,
566 sctp_subtype_t subtype,
575 if (event_type == SCTP_EVENT_T_CHUNK && subtype.chunk == SCTP_CID_ABORT)
1075 ep, sctp_evttype_tbl[event_type], (*debug_fn)(subtype), \
1093 int sctp_do_sm(struct net *net, sctp_event_t event_type, sctp_subtype_t subtype, argument
1113 state_fn = sctp_sm_lookup_event(net, event_type, state, subtype);
1118 status = state_fn->fn(net, ep, asoc, subtype, event_arg, &commands);
1121 error = sctp_side_effects(event_type, subtype, state,
1132 static int sctp_side_effects(sctp_event_t event_type, sctp_subtype_t subtype, argument
563 sctp_cmd_assoc_failed(sctp_cmd_seq_t *commands, struct sctp_association *asoc, sctp_event_t event_type, sctp_subtype_t subtype, struct sctp_chunk *chunk, unsigned int error) argument
1216 sctp_cmd_interpreter(sctp_event_t event_type, sctp_subtype_t subtype, sctp_state_t state, struct sctp_endpoint *ep, struct sctp_association *asoc, void *event_arg, sctp_disposition_t status, sctp_cmd_seq_t *commands, gfp_t gfp) argument
[all...]
H A Dassociola.c1005 sctp_subtype_t subtype; local
1015 subtype = SCTP_ST_CHUNK(chunk->chunk_hdr->type);
1024 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth)
1043 error = sctp_do_sm(net, SCTP_EVENT_T_CHUNK, subtype,

Completed in 54 milliseconds