Searched defs:valid (Results 1 - 7 of 7) sorted by relevance

/net/netlabel/
H A Dnetlabel_domainhash.h75 u32 valid; member in struct:netlbl_dom_map
H A Dnetlabel_addrlist.h44 * @valid: valid flag
51 u32 valid; member in struct:netlbl_af4list
59 * @valid: valid flag
66 u32 valid; member in struct:netlbl_af6list
77 while (i != h && !n->valid) {
89 while (i != h && !n->valid) {
144 while (i != h && !n->valid) {
156 while (i != h && !n->valid) {
[all...]
H A Dnetlabel_unlabeled.c101 u32 valid; member in struct:netlbl_unlhsh_iface
231 if (iter->valid && iter->ifindex == ifindex)
264 entry->list.valid = 1;
308 entry->list.valid = 1;
343 iface->valid = 1;
619 iface->valid = 0;
731 if (iface != NULL && iface->valid) {
732 iface->valid = 0;
1209 if (!iface->valid ||
1284 if (iface == NULL || !iface->valid)
[all...]
/net/core/
H A Dethtool.c145 netdev_features_t wanted = 0, valid = 0; local
159 valid |= (netdev_features_t)features[i].valid << (32 * i);
163 if (valid & ~NETIF_F_ETHTOOL_BITS)
166 if (valid & ~dev->hw_features) {
167 valid &= dev->hw_features;
171 dev->wanted_features &= ~valid;
172 dev->wanted_features |= wanted & valid;
175 if ((dev->wanted_features ^ dev->features) & valid)
203 /* ops->get_strings is valid becaus
[all...]
H A Drtnetlink.c662 int i, valid = 0; local
670 valid++;
676 if (!valid) {
/net/ipv4/
H A Ddevinet.c396 is valid, it will try to restore deleted routes... Grr.
1467 unsigned long tstamp, u32 preferred, u32 valid)
1474 ci.ifa_valid = valid;
1484 u32 preferred, valid; local
1499 valid = ifa->ifa_valid_lft;
1507 if (valid != INFINITY_LIFE_TIME) {
1508 if (valid > tval)
1509 valid -= tval;
1511 valid = 0;
1516 valid
1466 put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, unsigned long tstamp, u32 preferred, u32 valid) argument
[all...]
/net/ipv6/
H A Daddrconf.c247 /* Check if a valid qdisc is available */
935 * longest valid lifetime among the corresponding
2189 * temporary addresses should ever remain "valid" or "preferred"
2261 valid_lft = ntohl(pinfo->valid);
2422 * whether the valid lifetime is also reset or
3456 * Configure the address for reception. Now it is valid.
4035 unsigned long tstamp, u32 preferred, u32 valid)
4042 ci.ifa_valid = valid;
4072 u32 preferred, valid; local
4084 valid
4034 put_cacheinfo(struct sk_buff *skb, unsigned long cstamp, unsigned long tstamp, u32 preferred, u32 valid) argument
[all...]

Completed in 322 milliseconds