Searched refs:IPSET_ATTR_IFACE (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/net/netfilter/ipset/ |
A D | ip_set_hash_netiface.c | 118 nla_put_string(skb, IPSET_ATTR_IFACE, data->iface) || in hash_netiface4_data_list() 212 !tb[IPSET_ATTR_IFACE] || in hash_netiface4_uadt() 229 nla_strscpy(e.iface, tb[IPSET_ATTR_IFACE], IFNAMSIZ); in hash_netiface4_uadt() 352 nla_put_string(skb, IPSET_ATTR_IFACE, data->iface) || in hash_netiface6_data_list() 429 !tb[IPSET_ATTR_IFACE] || in hash_netiface6_uadt() 451 nla_strscpy(e.iface, tb[IPSET_ATTR_IFACE], IFNAMSIZ); in hash_netiface6_uadt() 494 [IPSET_ATTR_IFACE] = { .type = NLA_NUL_STRING,
|
/linux-6.3-rc2/include/uapi/linux/netfilter/ipset/ |
A D | ip_set.h | 116 IPSET_ATTR_IFACE, enumerator
|
Completed in 6 milliseconds