Searched refs:subtype (Results 1 – 12 of 12) sorted by relevance
/net/sctp/ |
D | primitive.c | 56 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, \
|
D | sm_sideeffect.c | 55 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 …]
|
D | endpointola.c | 415 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()
|
D | associola.c | 1005 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/ |
D | distributed-arp-table.h | 87 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
|
D | packet.h | 349 uint8_t subtype; member
|
D | send.c | 225 uc_4addr_packet->subtype = packet_subtype; in batadv_send_skb_prepare_unicast_4addr()
|
D | routing.c | 859 unicast_4addr_packet->subtype); in batadv_recv_unicast_packet()
|
D | distributed-arp-table.c | 360 switch (unicast_4addr_packet->subtype) { in batadv_dbg_arp()
|
/net/netfilter/ |
D | xt_osf.c | 338 f->genre, f->version, f->subtype, in xt_osf_match_packet()
|
/net/bluetooth/rfcomm/ |
D | tty.c | 1151 rfcomm_tty_driver->subtype = SERIAL_TYPE_NORMAL; in rfcomm_init_ttys()
|
/net/irda/ircomm/ |
D | ircomm_tty.c | 160 driver->subtype = SERIAL_TYPE_NORMAL; in ircomm_tty_init()
|