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 mark pairs. 78 can store IPv4/IPv6 address and protocol/port pairs. 87 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6 97 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6 107 one can store MAC (ethernet address) elements in a set. 116 one can store two IPv4/IPv6 subnets, and a protocol/port in a set. [all …]
|
/net/bridge/ |
D | br_sysfs_if.c | 26 int (*store)(struct net_bridge_port *, unsigned long); member 34 .store = _store, \ 248 if (p->dev && p->br && brport_attr->store) { in brport_store() 250 ret = brport_attr->store(p, val); in brport_store() 262 .store = brport_store,
|
/net/core/ |
D | net-sysfs.c | 558 if (!attribute->store) in rx_queue_attr_store() 561 return attribute->store(queue, attribute, buf, count); in rx_queue_attr_store() 566 .store = rx_queue_attr_store, 867 ssize_t (*store)(struct netdev_queue *queue, member 894 if (!attribute->store) in netdev_queue_attr_store() 897 return attribute->store(queue, attribute, buf, count); in netdev_queue_attr_store() 902 .store = netdev_queue_attr_store,
|
/net/batman-adv/ |
D | sysfs.h | 34 ssize_t (*store)(struct kobject *kobj, struct attribute *attr, member
|
D | sysfs.c | 110 .store = _store, \ 119 .store = _store, \
|
/net/netfilter/ |
D | Kconfig | 124 This allows you to store the flow start-time and to obtain 583 Netfilter allows you to store a mark value per connection (a.k.a.
|