Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 12 of 12) sorted by relevance

/net/sctp/
Dprimitive.c56 sctp_event_t event_type; sctp_subtype_t subtype; \
61 subtype = SCTP_ST_PRIMITIVE(SCTP_PRIMITIVE_ ## name); \
65 error = sctp_do_sm(net, event_type, subtype, state, ep, asoc, \
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, in sctp_cmd_assoc_failed() argument
575 if (event_type == SCTP_EVENT_T_CHUNK && subtype.chunk == SCTP_CID_ABORT) in sctp_cmd_assoc_failed()
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, in sctp_do_sm() argument
1113 state_fn = sctp_sm_lookup_event(net, event_type, state, subtype); in sctp_do_sm()
1118 status = state_fn->fn(net, ep, asoc, subtype, event_arg, &commands); in sctp_do_sm()
1121 error = sctp_side_effects(event_type, subtype, state, in sctp_do_sm()
1132 static int sctp_side_effects(sctp_event_t event_type, sctp_subtype_t subtype, in sctp_side_effects() argument
[all …]
Dendpointola.c415 sctp_subtype_t subtype; in sctp_endpoint_bh_rcv() local
429 subtype = SCTP_ST_CHUNK(chunk->chunk_hdr->type); in sctp_endpoint_bh_rcv()
434 if (first_time && (subtype.chunk == SCTP_CID_AUTH)) { in sctp_endpoint_bh_rcv()
469 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth) in sctp_endpoint_bh_rcv()
486 error = sctp_do_sm(net, SCTP_EVENT_T_CHUNK, subtype, state, in sctp_endpoint_bh_rcv()
Dassociola.c1005 sctp_subtype_t subtype; in sctp_assoc_bh_rcv() local
1015 subtype = SCTP_ST_CHUNK(chunk->chunk_hdr->type); in sctp_assoc_bh_rcv()
1024 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth) in sctp_assoc_bh_rcv()
1043 error = sctp_do_sm(net, SCTP_EVENT_T_CHUNK, subtype, in sctp_assoc_bh_rcv()
/net/batman-adv/
Ddistributed-arp-table.h87 uint8_t subtype) in batadv_dat_inc_counter() argument
89 switch (subtype) { in batadv_dat_inc_counter()
167 uint8_t subtype) in batadv_dat_inc_counter() argument
Dpacket.h349 uint8_t subtype; member
Dsend.c225 uc_4addr_packet->subtype = packet_subtype; in batadv_send_skb_prepare_unicast_4addr()
Drouting.c859 unicast_4addr_packet->subtype); in batadv_recv_unicast_packet()
Ddistributed-arp-table.c360 switch (unicast_4addr_packet->subtype) { in batadv_dbg_arp()
/net/netfilter/
Dxt_osf.c338 f->genre, f->version, f->subtype, in xt_osf_match_packet()
/net/bluetooth/rfcomm/
Dtty.c1151 rfcomm_tty_driver->subtype = SERIAL_TYPE_NORMAL; in rfcomm_init_ttys()
/net/irda/ircomm/
Dircomm_tty.c160 driver->subtype = SERIAL_TYPE_NORMAL; in ircomm_tty_init()