htype              97 arch/alpha/include/asm/core_irongate.h 	igcsr32 htype;			/* 0x0C - header type (at 0x0E) */
htype             561 drivers/crypto/bcm/spu.c 		     enum hash_type htype)
htype             568 drivers/crypto/bcm/spu.c 	if ((htype == HASH_TYPE_INIT) || (htype == HASH_TYPE_UPDT)) {
htype             239 drivers/crypto/bcm/spu.h 		     enum hash_type htype);
htype             918 drivers/crypto/bcm/spu2.c 		     enum hash_type htype)
htype             191 drivers/crypto/bcm/spu2.h 		     enum hash_type htype);
htype             228 drivers/media/dvb-core/dvb_net.c 	unsigned char htype = p->ule_sndu_type & 0x00FF;
htype             233 drivers/media/dvb-core/dvb_net.c 		if (ule_mandatory_ext_handlers[htype]) {
htype             234 drivers/media/dvb-core/dvb_net.c 			ext_len = ule_mandatory_ext_handlers[htype]( p );
htype             252 drivers/media/dvb-core/dvb_net.c 		if (ule_optional_ext_handlers[htype])
htype             253 drivers/media/dvb-core/dvb_net.c 			(void)ule_optional_ext_handlers[htype]( p );
htype             417 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c 		enum eth_rss_hash_type htype;
htype             419 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c 		htype = cqe->status_flags & ETH_FAST_PATH_RX_CQE_RSS_HASH_TYPE;
htype             420 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c 		*rxhash_type = ((htype == TCP_IPV4_HASH_TYPE) ||
htype             421 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c 				(htype == TCP_IPV6_HASH_TYPE)) ?
htype             294 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 				u32 mask, u32 offset, u8 htype)
htype             296 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	switch (htype) {
htype             430 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 			u8 htype;
htype             432 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 			htype = act->mangle.htype;
htype             437 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 			process_pedit_field(fs, val, mask, offset, htype);
htype             463 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	u8 htype;
htype             465 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	htype = act->mangle.htype;
htype             469 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	switch (htype) {
htype            2512 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	u8 htype;
htype            2514 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	htype = act->mangle.htype;
htype            2517 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	if (htype == FLOW_ACT_MANGLE_UNSPEC) {
htype            2532 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	err = set_pedit_val(htype, ~mask, val, offset, &hdrs[cmd]);
htype            2628 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	u8 htype;
htype            2630 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	htype = act->mangle.htype;
htype            2637 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	if (htype == FLOW_ACT_MANGLE_HDR_TYPE_IP4) {
htype            2646 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	} else if (htype == FLOW_ACT_MANGLE_HDR_TYPE_IP6) {
htype            2754 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		.mangle.htype = FLOW_ACT_MANGLE_HDR_TYPE_ETH,
htype             868 drivers/net/ethernet/netronome/nfp/flower/action.c 	enum flow_action_mangle_base htype;
htype             871 drivers/net/ethernet/netronome/nfp/flower/action.c 	htype = act->mangle.htype;
htype             874 drivers/net/ethernet/netronome/nfp/flower/action.c 	switch (htype) {
htype             588 drivers/net/ethernet/qlogic/qede/qede_fp.c 	enum rss_hash_type htype;
htype             591 drivers/net/ethernet/qlogic/qede/qede_fp.c 	htype = GET_FIELD(bitfields, ETH_FAST_PATH_RX_REG_CQE_RSS_HASH_TYPE);
htype             592 drivers/net/ethernet/qlogic/qede/qede_fp.c 	if (htype) {
htype             593 drivers/net/ethernet/qlogic/qede/qede_fp.c 		hash_type = ((htype == RSS_HASH_TYPE_IPV4) ||
htype             594 drivers/net/ethernet/qlogic/qede/qede_fp.c 			     (htype == RSS_HASH_TYPE_IPV6)) ?
htype             675 drivers/net/wireless/ath/ath5k/base.c 	enum ath5k_pkt_type htype;
htype             682 drivers/net/wireless/ath/ath5k/base.c 		htype = AR5K_PKT_TYPE_BEACON;
htype             684 drivers/net/wireless/ath/ath5k/base.c 		htype = AR5K_PKT_TYPE_PROBE_RESP;
htype             686 drivers/net/wireless/ath/ath5k/base.c 		htype = AR5K_PKT_TYPE_ATIM;
htype             688 drivers/net/wireless/ath/ath5k/base.c 		htype = AR5K_PKT_TYPE_PSPOLL;
htype             690 drivers/net/wireless/ath/ath5k/base.c 		htype = AR5K_PKT_TYPE_NORMAL;
htype             692 drivers/net/wireless/ath/ath5k/base.c 	return htype;
htype            1322 drivers/net/wireless/ath/ath9k/xmit.c 	enum ath9k_pkt_type htype;
htype            1329 drivers/net/wireless/ath/ath9k/xmit.c 		htype = ATH9K_PKT_TYPE_BEACON;
htype            1331 drivers/net/wireless/ath/ath9k/xmit.c 		htype = ATH9K_PKT_TYPE_PROBE_RESP;
htype            1333 drivers/net/wireless/ath/ath9k/xmit.c 		htype = ATH9K_PKT_TYPE_ATIM;
htype            1335 drivers/net/wireless/ath/ath9k/xmit.c 		htype = ATH9K_PKT_TYPE_PSPOLL;
htype            1337 drivers/net/wireless/ath/ath9k/xmit.c 		htype = ATH9K_PKT_TYPE_NORMAL;
htype            1339 drivers/net/wireless/ath/ath9k/xmit.c 	return htype;
htype             583 drivers/staging/gdm724x/gdm_lte.c 				u8 htype;   /* hardware address type.
htype             172 include/net/flow_offload.h 			enum flow_action_mangle_base htype;
htype               9 include/net/tc_act/tc_pedit.h 	enum pedit_header_type htype;
htype              40 include/net/tc_act/tc_pedit.h 		return to_pedit(a)->tcfp_keys_ex[index].htype;
htype              23 include/uapi/linux/netfilter_bridge/ebt_arp.h 	__be16 htype;
htype              77 net/batman-adv/distributed-arp-table.c 	__u8 htype;
htype            1540 net/batman-adv/distributed-arp-table.c 		__u8 htype;
htype            1556 net/batman-adv/distributed-arp-table.c 	if (!dhcp_h || dhcp_h->htype != BATADV_HTYPE_ETHERNET ||
htype              33 net/bridge/netfilter/ebt_arp.c 	    NF_INVF(info, EBT_ARP_HTYPE, info->htype != ah->ar_hrd))
htype             607 net/ipv4/ipconfig.c 	u8 htype;		/* HW address type */
htype             834 net/ipv4/ipconfig.c 		b->htype = dev->type;
htype             836 net/ipv4/ipconfig.c 		b->htype = ARPHRD_ETHER;
htype             840 net/ipv4/ipconfig.c 		b->htype = dev->type; /* can cause undefined behavior */
htype             352 net/netfilter/ipset/ip_set_hash_gen.h mtype_add_cidr(struct ip_set *set, struct htype *h, u8 cidr, u8 n)
htype             379 net/netfilter/ipset/ip_set_hash_gen.h mtype_del_cidr(struct ip_set *set, struct htype *h, u8 cidr, u8 n)
htype             402 net/netfilter/ipset/ip_set_hash_gen.h mtype_ahash_memsize(const struct htype *h, const struct htable *t)
htype             425 net/netfilter/ipset/ip_set_hash_gen.h 	struct htype *h = set->data;
htype             478 net/netfilter/ipset/ip_set_hash_gen.h 	struct htype *h = set->data;
htype             497 net/netfilter/ipset/ip_set_hash_gen.h 	const struct htype *x = a->data;
htype             498 net/netfilter/ipset/ip_set_hash_gen.h 	const struct htype *y = b->data;
htype             513 net/netfilter/ipset/ip_set_hash_gen.h mtype_gc_do(struct ip_set *set, struct htype *h, struct htable *t, u32 r)
htype             590 net/netfilter/ipset/ip_set_hash_gen.h 	struct htype *h;
htype             644 net/netfilter/ipset/ip_set_hash_gen.h 	struct htype *h = set->data;
htype             826 net/netfilter/ipset/ip_set_hash_gen.h 	struct htype *h = set->data;
htype             858 net/netfilter/ipset/ip_set_hash_gen.h 	struct htype *h = set->data;
htype            1048 net/netfilter/ipset/ip_set_hash_gen.h 	struct htype *h = set->data;
htype            1174 net/netfilter/ipset/ip_set_hash_gen.h 	struct htype *h = set->data;
htype            1229 net/netfilter/ipset/ip_set_hash_gen.h 	struct htype *h = set->data;
htype            1277 net/netfilter/ipset/ip_set_hash_gen.h 	struct htype *h = set->data;
htype            1325 net/netfilter/ipset/ip_set_hash_gen.h 	struct htype *h = set->data;
htype            1463 net/netfilter/ipset/ip_set_hash_gen.h 	struct htype *h;
htype              81 net/sched/act_pedit.c 		k->htype = nla_get_u16(tb[TCA_PEDIT_KEY_EX_HTYPE]);
htype              84 net/sched/act_pedit.c 		if (k->htype > TCA_PEDIT_HDR_TYPE_MAX ||
htype             120 net/sched/act_pedit.c 		if (nla_put_u16(skb, TCA_PEDIT_KEY_EX_HTYPE, keys_ex->htype) ||
htype             276 net/sched/act_pedit.c 				enum pedit_header_type htype, int *hoffset)
htype             280 net/sched/act_pedit.c 	switch (htype) {
htype             324 net/sched/act_pedit.c 		enum pedit_header_type htype =
htype             336 net/sched/act_pedit.c 				htype = tkey_ex->htype;
htype             342 net/sched/act_pedit.c 			rc = pedit_skb_hdr_offset(skb, htype, &hoffset);
htype             345 net/sched/act_pedit.c 					htype);
htype            3514 net/sched/cls_api.c 				entry->mangle.htype = tcf_pedit_htype(act, k);