Home
last modified time | relevance | path

Searched refs:htype (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/net/netfilter/ipset/
Dip_set_hash_gen.h263 #ifndef htype
264 #define htype HTYPE macro
267 struct htype { struct
296 mtype_add_cidr(struct htype *h, u8 cidr, u8 nets_length, u8 n) in mtype_add_cidr() argument
320 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 …]
/linux-4.1.27/include/uapi/linux/netfilter_bridge/
Debt_arp.h21 __be16 htype; member
/linux-4.1.27/arch/alpha/include/asm/
Dcore_irongate.h96 igcsr32 htype; /* 0x0C - header type (at 0x0E) */ member
/linux-4.1.27/net/bridge/netfilter/
Debt_arp.c31 if (info->bitmask & EBT_ARP_HTYPE && FWINV(info->htype != in ebt_arp_mt()
/linux-4.1.27/drivers/media/dvb-core/
Ddvb_net.c236 unsigned char htype = p->ule_sndu_type & 0x00FF; in handle_one_ule_extension() local
241 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()
/linux-4.1.27/net/ipv4/
Dipconfig.c619 u8 htype; /* HW address type */ member
832 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()
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
Dbase.c675 enum ath5k_pkt_type htype; in get_hw_packet_type() local
682 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()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dxmit.c1290 enum ath9k_pkt_type htype; in get_hw_packet_type() local
1297 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()
/linux-4.1.27/drivers/staging/gdm724x/
Dgdm_lte.c596 u8 htype; /* hardware address type. in gdm_lte_netif_rx() member
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c415 enum eth_rss_hash_type htype; in bnx2x_get_rxhash() local
417 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()