Home
last modified time | relevance | path

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

/net/netfilter/ipset/
Dip_set_hash_gen.h267 #ifndef htype
268 #define htype HTYPE macro
271 struct htype { struct
300 mtype_add_cidr(struct htype *h, u8 cidr, u8 nets_length) in mtype_add_cidr() argument
326 mtype_del_cidr(struct htype *h, u8 cidr, u8 nets_length) in mtype_del_cidr()
346 mtype_ahash_memsize(const struct htype *h, u8 nets_length) in mtype_ahash_memsize()
367 struct htype *h = set->data; in mtype_flush()
391 struct htype *h = set->data; in mtype_destroy()
408 struct htype *h = set->data; in mtype_gc_init()
422 const struct htype *x = a->data; in mtype_same_set()
[all …]
/net/bridge/netfilter/
Debt_arp.c31 if (info->bitmask & EBT_ARP_HTYPE && FWINV(info->htype != in ebt_arp_mt()
/net/ipv4/
Dipconfig.c620 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()