Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/ipset/
Dip_set_hash_gen.h268 #ifndef htype
272 #define htype HTYPE macro
275 struct htype { struct
302 mtype_add_cidr(struct htype *h, u8 cidr, u8 nets_length, u8 n) in mtype_add_cidr()
326 mtype_del_cidr(struct htype *h, u8 cidr, u8 nets_length, u8 n) in mtype_del_cidr()
346 mtype_ahash_memsize(const struct htype *h, const struct htable *t, in mtype_ahash_memsize()
384 struct htype *h = set->data; in mtype_flush()
430 struct htype *h = set->data; in mtype_destroy()
445 struct htype *h = set->data; in mtype_gc_init()
459 const struct htype *x = a->data; in mtype_same_set()
[all …]
/linux-4.4.14/include/uapi/linux/netfilter_bridge/
Debt_arp.h21 __be16 htype; member
/linux-4.4.14/arch/alpha/include/asm/
Dcore_irongate.h96 igcsr32 htype; /* 0x0C - header type (at 0x0E) */ member
/linux-4.4.14/net/bridge/netfilter/
Debt_arp.c31 if (info->bitmask & EBT_ARP_HTYPE && FWINV(info->htype != in ebt_arp_mt()
/linux-4.4.14/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.4.14/net/ipv4/
Dipconfig.c623 u8 htype; /* HW address type */ member
846 b->htype = dev->type; in ic_bootp_send_if()
848 b->htype = ARPHRD_ETHER; in ic_bootp_send_if()
851 b->htype = dev->type; /* can cause undefined behavior */ in ic_bootp_send_if()
/linux-4.4.14/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.4.14/drivers/net/wireless/ath/ath9k/
Dxmit.c1279 enum ath9k_pkt_type htype; in get_hw_packet_type() local
1286 htype = ATH9K_PKT_TYPE_BEACON; in get_hw_packet_type()
1288 htype = ATH9K_PKT_TYPE_PROBE_RESP; in get_hw_packet_type()
1290 htype = ATH9K_PKT_TYPE_ATIM; in get_hw_packet_type()
1292 htype = ATH9K_PKT_TYPE_PSPOLL; in get_hw_packet_type()
1294 htype = ATH9K_PKT_TYPE_NORMAL; in get_hw_packet_type()
1296 return htype; in get_hw_packet_type()
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/
Dqede_main.c778 enum rss_hash_type htype; in qede_get_rxhash() local
780 htype = GET_FIELD(bitfields, ETH_FAST_PATH_RX_REG_CQE_RSS_HASH_TYPE); in qede_get_rxhash()
782 if ((edev->ndev->features & NETIF_F_RXHASH) && htype) { in qede_get_rxhash()
783 *rxhash_type = ((htype == RSS_HASH_TYPE_IPV4) || in qede_get_rxhash()
784 (htype == RSS_HASH_TYPE_IPV6)) ? in qede_get_rxhash()
/linux-4.4.14/drivers/staging/gdm724x/
Dgdm_lte.c596 u8 htype; /* hardware address type. in gdm_lte_netif_rx() member
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c417 enum eth_rss_hash_type htype; in bnx2x_get_rxhash() local
419 htype = cqe->status_flags & ETH_FAST_PATH_RX_CQE_RSS_HASH_TYPE; in bnx2x_get_rxhash()
420 *rxhash_type = ((htype == TCP_IPV4_HASH_TYPE) || in bnx2x_get_rxhash()
421 (htype == TCP_IPV6_HASH_TYPE)) ? in bnx2x_get_rxhash()