Searched refs:htype (Results 1 – 10 of 10) sorted by relevance
263 #ifndef htype264 #define htype HTYPE macro267 struct htype { struct296 mtype_add_cidr(struct htype *h, u8 cidr, u8 nets_length, u8 n) in mtype_add_cidr() argument320 mtype_del_cidr(struct htype *h, u8 cidr, u8 nets_length, u8 n) in mtype_del_cidr()340 mtype_ahash_memsize(const struct htype *h, const struct htable *t, in mtype_ahash_memsize()374 struct htype *h = set->data; in mtype_flush()420 struct htype *h = set->data; in mtype_destroy()437 struct htype *h = set->data; in mtype_gc_init()451 const struct htype *x = a->data; in mtype_same_set()[all …]
21 __be16 htype; member
96 igcsr32 htype; /* 0x0C - header type (at 0x0E) */ member
31 if (info->bitmask & EBT_ARP_HTYPE && FWINV(info->htype != in ebt_arp_mt()
236 unsigned char htype = p->ule_sndu_type & 0x00FF; in handle_one_ule_extension() local241 if (ule_mandatory_ext_handlers[htype]) { in handle_one_ule_extension()242 ext_len = ule_mandatory_ext_handlers[htype]( p ); in handle_one_ule_extension()260 if (ule_optional_ext_handlers[htype]) in handle_one_ule_extension()261 (void)ule_optional_ext_handlers[htype]( p ); in handle_one_ule_extension()
619 u8 htype; /* HW address type */ member832 b->htype = dev->type; in ic_bootp_send_if()834 b->htype = ARPHRD_ETHER; in ic_bootp_send_if()837 b->htype = dev->type; /* can cause undefined behavior */ in ic_bootp_send_if()
675 enum ath5k_pkt_type htype; in get_hw_packet_type() local682 htype = AR5K_PKT_TYPE_BEACON; in get_hw_packet_type()684 htype = AR5K_PKT_TYPE_PROBE_RESP; in get_hw_packet_type()686 htype = AR5K_PKT_TYPE_ATIM; in get_hw_packet_type()688 htype = AR5K_PKT_TYPE_PSPOLL; in get_hw_packet_type()690 htype = AR5K_PKT_TYPE_NORMAL; in get_hw_packet_type()692 return htype; in get_hw_packet_type()
1290 enum ath9k_pkt_type htype; in get_hw_packet_type() local1297 htype = ATH9K_PKT_TYPE_BEACON; in get_hw_packet_type()1299 htype = ATH9K_PKT_TYPE_PROBE_RESP; in get_hw_packet_type()1301 htype = ATH9K_PKT_TYPE_ATIM; in get_hw_packet_type()1303 htype = ATH9K_PKT_TYPE_PSPOLL; in get_hw_packet_type()1305 htype = ATH9K_PKT_TYPE_NORMAL; in get_hw_packet_type()1307 return htype; in get_hw_packet_type()
596 u8 htype; /* hardware address type. in gdm_lte_netif_rx() member
415 enum eth_rss_hash_type htype; in bnx2x_get_rxhash() local417 htype = cqe->status_flags & ETH_FAST_PATH_RX_CQE_RSS_HASH_TYPE; in bnx2x_get_rxhash()418 *rxhash_type = ((htype == TCP_IPV4_HASH_TYPE) || in bnx2x_get_rxhash()419 (htype == TCP_IPV6_HASH_TYPE)) ? in bnx2x_get_rxhash()