Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 15 of 15) 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,
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 …]
Dendpointola.c381 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()
Dassociola.c1010 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/
Ddistributed-arp-table.h92 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
Drouting.c924 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()
Dpacket.h339 u8 subtype; member
426 u8 subtype; member
Dtp_meter.c608 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()
Dsend.c296 uc_4addr_packet->subtype = packet_subtype; in batadv_send_skb_prepare_unicast_4addr()
Ddistributed-arp-table.c408 switch (unicast_4addr_packet->subtype) { in batadv_dbg_arp()
/net/netfilter/
Dxt_osf.c339 f->genre, f->version, f->subtype, in xt_osf_match_packet()
/net/wireless/
Dtrace.h739 __field(u8, subtype)
746 __entry->subtype = params->subtype;
752 __entry->subtype, __entry->reason_code)
Dnl80211.c5092 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/
Dtty.c1151 rfcomm_tty_driver->subtype = SERIAL_TYPE_NORMAL; in rfcomm_init_ttys()
/net/irda/ircomm/
Dircomm_tty.c161 driver->subtype = SERIAL_TYPE_NORMAL; in ircomm_tty_init()