Searched refs:subtype (Results 1 – 13 of 13) sorted by relevance
/net/sctp/ |
D | primitive.c | 41 enum sctp_event_type event_type; union sctp_subtype subtype; \ 46 subtype = SCTP_ST_PRIMITIVE(SCTP_PRIMITIVE_ ## name); \ 50 error = sctp_do_sm(net, event_type, subtype, state, ep, asoc, \
|
D | sm_sideeffect.c | 41 union sctp_subtype subtype, 50 union sctp_subtype subtype, 616 union sctp_subtype subtype, in sctp_cmd_assoc_failed() argument 626 if (event_type == SCTP_EVENT_T_CHUNK && subtype.chunk == SCTP_CID_ABORT) in sctp_cmd_assoc_failed() 1115 ep, sctp_evttype_tbl[event_type], (*debug_fn)(subtype), \ 1134 union sctp_subtype subtype, enum sctp_state state, in sctp_do_sm() argument 1151 state_fn = sctp_sm_lookup_event(net, event_type, state, subtype); in sctp_do_sm() 1156 status = state_fn->fn(net, ep, asoc, subtype, event_arg, &commands); in sctp_do_sm() 1159 error = sctp_side_effects(event_type, subtype, state, in sctp_do_sm() 1171 union sctp_subtype subtype, in sctp_side_effects() argument [all …]
|
D | endpointola.c | 331 union sctp_subtype subtype; in sctp_endpoint_bh_rcv() local 345 subtype = SCTP_ST_CHUNK(chunk->chunk_hdr->type); in sctp_endpoint_bh_rcv() 350 if (first_time && (subtype.chunk == SCTP_CID_AUTH)) { in sctp_endpoint_bh_rcv() 385 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth) in sctp_endpoint_bh_rcv() 402 error = sctp_do_sm(net, SCTP_EVENT_T_CHUNK, subtype, state, in sctp_endpoint_bh_rcv()
|
D | associola.c | 981 union sctp_subtype subtype; in sctp_assoc_bh_rcv() local 996 subtype = SCTP_ST_CHUNK(chunk->chunk_hdr->type); in sctp_assoc_bh_rcv() 1001 if (first_time && subtype.chunk == SCTP_CID_AUTH) { in sctp_assoc_bh_rcv() 1029 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth) in sctp_assoc_bh_rcv() 1048 error = sctp_do_sm(net, SCTP_EVENT_T_CHUNK, subtype, in sctp_assoc_bh_rcv()
|
/net/batman-adv/ |
D | distributed-arp-table.h | 88 u8 subtype) in batadv_dat_inc_counter() argument 90 switch (subtype) { in batadv_dat_inc_counter() 187 u8 subtype) in batadv_dat_inc_counter() argument
|
D | routing.c | 967 enum batadv_subtype subtype; in batadv_recv_unicast_packet() local 1015 subtype = unicast_4addr_packet->subtype; in batadv_recv_unicast_packet() 1016 batadv_dat_inc_counter(bat_priv, subtype); in batadv_recv_unicast_packet() 1024 if (subtype == BATADV_P_DATA) { in batadv_recv_unicast_packet()
|
D | tp_meter.c | 600 icmp->subtype = BATADV_TP_MSG; in batadv_tp_send_msg() 1193 icmp->subtype = BATADV_TP_ACK; in batadv_tp_send_ack() 1473 switch (icmp->subtype) { in batadv_tp_meter_recv() 1483 icmp->subtype); in batadv_tp_meter_recv()
|
D | send.c | 307 uc_4addr_packet->subtype = packet_subtype; in batadv_send_skb_prepare_unicast_4addr()
|
D | distributed-arp-table.c | 452 switch (unicast_4addr_packet->subtype) { in batadv_dbg_arp()
|
/net/netfilter/ |
D | nfnetlink_osf.c | 238 f->genre, f->version, f->subtype, in nf_osf_match() 323 !memchr(f->subtype, 0, MAXGENRELEN) || in nfnl_osf_add_callback()
|
/net/wireless/ |
D | trace.h | 807 __field(u8, subtype) 814 __entry->subtype = params->subtype; 820 __entry->subtype, __entry->reason_code)
|
D | nl80211.c | 6301 params.subtype = in nl80211_del_station() 6303 if (params.subtype != IEEE80211_STYPE_DISASSOC >> 4 && in nl80211_del_station() 6304 params.subtype != IEEE80211_STYPE_DEAUTH >> 4) in nl80211_del_station() 6308 params.subtype = IEEE80211_STYPE_DEAUTH >> 4; in nl80211_del_station()
|
/net/bluetooth/rfcomm/ |
D | tty.c | 1137 rfcomm_tty_driver->subtype = SERIAL_TYPE_NORMAL; in rfcomm_init_ttys()
|