Home
last modified time | relevance | path

Searched refs:any (Results 1 – 19 of 19) sorted by relevance

/net/mac80211/
Dpm.c39 !(wowlan && wowlan->any)) { in __ieee80211_suspend()
50 if (!(wowlan && wowlan->any)) in __ieee80211_suspend()
/net/ipv4/
Dfib_frontend.c1179 __be32 any = ifa->ifa_address & ifa->ifa_mask; in fib_del_ifaddr() local
1190 prim = inet_ifa_byprefix(in_dev, any, ifa->ifa_mask); in fib_del_ifaddr()
1203 } else if (!ipv4_is_zeronet(any) && in fib_del_ifaddr()
1204 (any != ifa->ifa_local || ifa->ifa_prefixlen < 32)) { in fib_del_ifaddr()
1208 any, ifa->ifa_prefixlen, prim, 0); in fib_del_ifaddr()
1271 if (any == ifa1->ifa_broadcast) in fib_del_ifaddr()
1284 if (any == brd1 || any == any1) in fib_del_ifaddr()
1300 fib_magic(RTM_DELROUTE, RTN_BROADCAST, any, 32, in fib_del_ifaddr()
DKconfig327 Foo over UDP allows any IP protocol to be directly encapsulated
350 implemented. If you need any other algorithms, you'll need to enable
352 implementations of any needed algorithms when available.
365 implemented. If you need any other algorithms, you'll need to enable
367 implementations of any needed algorithms when available.
465 this way interrupts any blocking read/write/connect operations on
/net/bridge/netfilter/
DKconfig223 This option adds the log watcher, that you can use in any rule
224 in any ebtables table. It records info about the frame header
237 This option adds the nflog watcher, that you can use in any rule
238 in any ebtables table.
/net/ipv6/
DKconfig59 implemented. If you need any other algorithms, you'll need to enable
61 implementations of any needed algorithms when available.
74 implemented. If you need any other algorithms, you'll need to enable
76 implementations of any needed algorithms when available.
Dip6_vti.c95 struct in6_addr any; in vti6_tnl_lookup() local
104 memset(&any, 0, sizeof(any)); in vti6_tnl_lookup()
105 hash = HASH(&any, local); in vti6_tnl_lookup()
112 hash = HASH(remote, &any); in vti6_tnl_lookup()
Dip6_tunnel.c120 struct in6_addr any; in ip6_tnl_lookup() local
134 memset(&any, 0, sizeof(any)); in ip6_tnl_lookup()
135 hash = HASH(&any, local); in ip6_tnl_lookup()
148 hash = HASH(remote, &any); in ip6_tnl_lookup()
/net/ncsi/
DKconfig24 This allows to keep PHY link up and prevents any channel resets during
/net/unix/
DKconfig13 machine is not connected to any network. Unless you are working on
/net/ax25/
DKconfig60 transparent in that you don't have to do any special DAMA
75 transparent in that you don't have to do any special DAMA
/net/caif/
DKconfig19 built as a module. You will also need to say Y (or M) to any CAIF
/net/hsr/
DKconfig37 You need to perform any and all necessary tests yourself before
/net/vmw_vsock/
DKconfig69 This option is selected by any driver which needs to access
/net/sctp/
Dinput.c758 bool any = sctp_is_ep_boundall(sk); in __sctp_hash_endpoint() local
777 err = reuseport_add_sock(sk, sk2, any); in __sctp_hash_endpoint()
787 err = reuseport_alloc(sk, any); in __sctp_hash_endpoint()
/net/bridge/
DKconfig59 any VLAN information configured on the bridge port or bridge device.
/net/
DKconfig14 when running on a stand-alone machine that isn't connected to any
77 system) use TCP/IP even if your machine is not connected to any
349 are broadcast via netlink socket to any listening user space
/net/netfilter/
DKconfig603 This is required if you intend to use any of existing
735 This is required if you intend to use any of ip_tables,
874 The DSCP field can have any value between 0x0 and 0x3f inclusive.
954 any iptables table which records the packet header to the syslog.
1293 The DSCP field can have any value between 0x0 and 0x3f inclusive.
1330 It enables you to express policies like `10kpps for any given
1331 destination address' or `500pps from any given source address'
1663 test whether the results are in any of a set of specified ranges.
/net/wireless/
Dtrace.h248 __field(bool, any)
260 __entry->any = wow->any;
276 __entry->any, __entry->disconnect, __entry->magic_pkt,
Dnl80211.c13146 if ((rdev->wiphy.wowlan_config->any && in nl80211_get_wowlan()
13391 new_triggers.any = true; in nl80211_set_wowlan()
13537 if (new_triggers.any && regular) { in nl80211_set_wowlan()