control_port_protocol 1030 net/mac80211/cfg.c 	sdata->control_port_protocol = params->crypto.control_port_ethertype;
control_port_protocol 1039 net/mac80211/cfg.c 		vlan->control_port_protocol =
control_port_protocol  913 net/mac80211/ieee80211_i.h 	__be16 control_port_protocol;
control_port_protocol  516 net/mac80211/iface.c 		sdata->control_port_protocol =
control_port_protocol  517 net/mac80211/iface.c 			master->control_port_protocol;
control_port_protocol 1401 net/mac80211/iface.c 	sdata->control_port_protocol = cpu_to_be16(ETH_P_PAE);
control_port_protocol 5416 net/mac80211/mlme.c 	sdata->control_port_protocol = req->crypto.control_port_ethertype;
control_port_protocol 1511 net/mac80211/rx.c 			if (ethertype == rx->sdata->control_port_protocol)
control_port_protocol 2405 net/mac80211/rx.c 	if (ehdr->h_proto == rx->sdata->control_port_protocol)
control_port_protocol 2426 net/mac80211/rx.c 	if (ehdr->h_proto == rx->sdata->control_port_protocol &&
control_port_protocol 2444 net/mac80211/rx.c 	if (unlikely((skb->protocol == sdata->control_port_protocol ||
control_port_protocol 3972 net/mac80211/rx.c 		.control_port_protocol = sdata->control_port_protocol,
control_port_protocol 4218 net/mac80211/rx.c 			     payload->proto == fast_rx->control_port_protocol))
control_port_protocol  340 net/mac80211/sta_info.h 	__be16 control_port_protocol;
control_port_protocol  576 net/mac80211/tx.c 	if (unlikely(tx->sdata->control_port_protocol == tx->skb->protocol)) {
control_port_protocol 1194 net/mac80211/tx.c 			   tx->sdata->control_port_protocol == tx->skb->protocol) {
control_port_protocol 2642 net/mac80211/tx.c 			    cpu_to_be16(ethertype) != sdata->control_port_protocol) {
control_port_protocol 2721 net/mac80211/tx.c 		     (cpu_to_be16(ethertype) != sdata->control_port_protocol ||
control_port_protocol 3440 net/mac80211/tx.c 	if (cpu_to_be16(ethertype) == sdata->control_port_protocol)
control_port_protocol 5094 net/mac80211/tx.c 	if (proto != sdata->control_port_protocol &&
control_port_protocol 5098 net/mac80211/tx.c 	if (proto == sdata->control_port_protocol)
control_port_protocol  161 net/mac80211/wme.c 	if (skb->protocol == sdata->control_port_protocol) {