Searched refs:store (Results 1 – 6 of 6) sorted by relevance
/net/netfilter/ipset/ |
D | Kconfig | 32 can store IPv4 addresses (or network addresse) from a range. 41 can store IPv4 address and (source) MAC address pairs from a range. 50 can store TCP/UDP port numbers from a range. 59 can store arbitrary IPv4 or IPv6 addresses (or network addresses) 69 can store IPv4/IPv6 address and protocol/port pairs. 78 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6 88 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6 98 one can store IPv4/IPv6 network address/prefix elements in a set. 107 one can store IPv4/IPv6 network address/prefix and 117 one can store IPv4/IPv6 network address/prefix and [all …]
|
/net/bridge/ |
D | br_sysfs_if.c | 26 int (*store)(struct net_bridge_port *, unsigned long); member 34 .store = _store, \ 234 if (p->dev && p->br && brport_attr->store) { in brport_store() 236 ret = brport_attr->store(p, val); in brport_store() 248 .store = brport_store,
|
/net/core/ |
D | net-sysfs.c | 470 ssize_t (*store)(struct netdev_rx_queue *queue, member 496 if (!attribute->store) in rx_queue_attr_store() 499 return attribute->store(queue, attribute, buf, count); in rx_queue_attr_store() 504 .store = rx_queue_attr_store, 771 ssize_t (*store)(struct netdev_queue *queue, member 798 if (!attribute->store) in netdev_queue_attr_store() 801 return attribute->store(queue, attribute, buf, count); in netdev_queue_attr_store() 806 .store = netdev_queue_attr_store,
|
/net/batman-adv/ |
D | sysfs.h | 30 ssize_t (*store)(struct kobject *kobj, struct attribute *attr, member
|
D | sysfs.c | 62 .store = _store, \
|
/net/netfilter/ |
D | Kconfig | 121 This allows you to store the flow start-time and to obtain 461 Netfilter allows you to store a mark value per connection (a.k.a.
|