/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, 574 sctp_subtype_t subtype, in sctp_cmd_assoc_failed() argument 583 if (event_type == SCTP_EVENT_T_CHUNK && subtype.chunk == SCTP_CID_ABORT) in sctp_cmd_assoc_failed() 1065 ep, sctp_evttype_tbl[event_type], (*debug_fn)(subtype), \ 1083 int sctp_do_sm(struct net *net, sctp_event_t event_type, sctp_subtype_t subtype, in sctp_do_sm() argument 1103 state_fn = sctp_sm_lookup_event(net, event_type, state, subtype); in sctp_do_sm() 1108 status = state_fn->fn(net, ep, asoc, subtype, event_arg, &commands); in sctp_do_sm() 1111 error = sctp_side_effects(event_type, subtype, state, in sctp_do_sm() 1122 static int sctp_side_effects(sctp_event_t event_type, sctp_subtype_t subtype, in sctp_side_effects() argument [all …]
|
D | endpointola.c | 381 sctp_subtype_t subtype; in sctp_endpoint_bh_rcv() local 395 subtype = SCTP_ST_CHUNK(chunk->chunk_hdr->type); in sctp_endpoint_bh_rcv() 400 if (first_time && (subtype.chunk == SCTP_CID_AUTH)) { in sctp_endpoint_bh_rcv() 435 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth) in sctp_endpoint_bh_rcv() 452 error = sctp_do_sm(net, SCTP_EVENT_T_CHUNK, subtype, state, in sctp_endpoint_bh_rcv()
|
D | associola.c | 1010 sctp_subtype_t subtype; in sctp_assoc_bh_rcv() local 1020 subtype = SCTP_ST_CHUNK(chunk->chunk_hdr->type); 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 | 92 u8 subtype) in batadv_dat_inc_counter() argument 94 switch (subtype) { in batadv_dat_inc_counter() 172 u8 subtype) in batadv_dat_inc_counter() argument
|
D | routing.c | 924 enum batadv_subtype subtype; in batadv_recv_unicast_packet() local 952 subtype = unicast_4addr_packet->subtype; in batadv_recv_unicast_packet() 953 batadv_dat_inc_counter(bat_priv, subtype); in batadv_recv_unicast_packet() 961 if (subtype == BATADV_P_DATA) { in batadv_recv_unicast_packet()
|
D | packet.h | 339 u8 subtype; member 426 u8 subtype; member
|
D | tp_meter.c | 608 icmp->subtype = BATADV_TP_MSG; in batadv_tp_send_msg() 1203 icmp->subtype = BATADV_TP_ACK; in batadv_tp_send_ack() 1487 switch (icmp->subtype) { in batadv_tp_meter_recv() 1497 icmp->subtype); in batadv_tp_meter_recv()
|
D | send.c | 296 uc_4addr_packet->subtype = packet_subtype; in batadv_send_skb_prepare_unicast_4addr()
|
D | distributed-arp-table.c | 408 switch (unicast_4addr_packet->subtype) { in batadv_dbg_arp()
|
/net/netfilter/ |
D | xt_osf.c | 339 f->genre, f->version, f->subtype, in xt_osf_match_packet()
|
/net/wireless/ |
D | trace.h | 739 __field(u8, subtype) 746 __entry->subtype = params->subtype; 752 __entry->subtype, __entry->reason_code)
|
D | nl80211.c | 5092 params.subtype = in nl80211_del_station() 5094 if (params.subtype != IEEE80211_STYPE_DISASSOC >> 4 && in nl80211_del_station() 5095 params.subtype != IEEE80211_STYPE_DEAUTH >> 4) in nl80211_del_station() 5099 params.subtype = IEEE80211_STYPE_DEAUTH >> 4; in nl80211_del_station()
|
/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 | 161 driver->subtype = SERIAL_TYPE_NORMAL; in ircomm_tty_init()
|