Searched refs:IPSET_ATTR_ETHER (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_hash_mac.c | 55 if (nla_put(skb, IPSET_ATTR_ETHER, ETH_ALEN, e->ether)) in hash_mac4_data_list() 113 if (unlikely(!tb[IPSET_ATTR_ETHER])) in hash_mac4_uadt() 119 ether_addr_copy(e.ether, nla_data(tb[IPSET_ATTR_ETHER])); in hash_mac4_uadt() 144 [IPSET_ATTR_ETHER] = { .type = NLA_BINARY,
|
D | ip_set_bitmap_ipmac.c | 200 nla_put(skb, IPSET_ATTR_ETHER, ETH_ALEN, elem->ether)); in bitmap_ipmac_do_list() 269 if (tb[IPSET_ATTR_ETHER]) { in bitmap_ipmac_uadt() 270 memcpy(e.ether, nla_data(tb[IPSET_ATTR_ETHER]), ETH_ALEN); in bitmap_ipmac_uadt() 395 [IPSET_ATTR_ETHER] = { .type = NLA_BINARY,
|
/linux-4.4.14/include/uapi/linux/netfilter/ipset/ |
D | ip_set.h | 108 IPSET_ATTR_ETHER = IPSET_ATTR_CADT_MAX + 1, enumerator
|