Home
last modified time | relevance | path

Searched refs:store (Results 1 – 6 of 6) sorted by relevance

/net/netfilter/ipset/
A DKconfig33 can store IPv4 addresses (or network addresses) from a range.
51 can store TCP/UDP port numbers from a range.
70 can store IPv4/IPv6 address and mark pairs.
79 can store IPv4/IPv6 address and protocol/port pairs.
88 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6
98 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6
117 one can store MAC (ethernet address) elements in a set.
144 one can store IPv4/IPv6 network address/prefix pairs in a set.
153 one can store IPv4/IPv6 network address/prefix and
163 one can store IPv4/IPv6 network address/prefix and
[all …]
/net/bridge/
A Dbr_sysfs_if.c27 int (*store)(struct net_bridge_port *, unsigned long); member
44 .store = _store, \
341 } else if (brport_attr->store) { in brport_store()
346 ret = brport_attr->store(p, val); in brport_store()
362 .store = brport_store,
/net/core/
A Dnet-sysfs.c947 if (!attribute->store) in rx_queue_attr_store()
950 return attribute->store(queue, buf, count); in rx_queue_attr_store()
955 .store = rx_queue_attr_store,
1376 ssize_t (*store)(struct kobject *kobj, struct attribute *attr, member
1406 if (!attribute->store) in netdev_queue_attr_store()
1409 return attribute->store(kobj, attr, queue, buf, count); in netdev_queue_attr_store()
1414 .store = netdev_queue_attr_store,
A Ddev.c12845 .store = &backlog_napi,
/net/
A DKconfig502 and recycle paths and additional memory cost to store the statistics.
/net/netfilter/
A DKconfig182 This allows you to store the flow start-time and to obtain
795 Netfilter allows you to store a mark value per connection (a.k.a.

Completed in 40 milliseconds