Home
last modified time | relevance | path

Searched refs:compat (Results 1 – 16 of 16) sorted by relevance

/net/wireless/tests/
A Dchan.c32 bool compat; member
41 .compat = true,
50 .compat = true,
59 .compat = true,
68 .compat = true,
77 .compat = true,
86 .compat = true,
100 .compat = true,
141 .compat = true,
156 .compat = true,
[all …]
/net/xfrm/
A Dxfrm_algo.c197 .compat = "md5",
217 .compat = "sha1",
237 .compat = "sha256",
295 .compat = "rmd160",
347 .compat = "sm3",
390 .compat = "des",
432 .compat = "cast5",
474 .compat = "aes",
495 .compat = "serpent",
578 .compat = "sm4",
[all …]
/net/mac80211/
A Dchan.c111 if (!compat) in ieee80211_chanreq_compatible()
115 tmp->oper = *compat; in ieee80211_chanreq_compatible()
621 if (!compat) in ieee80211_find_chanctx()
625 compat, &tmp); in ieee80211_find_chanctx()
626 if (!compat) in ieee80211_find_chanctx()
835 if (!compat) in ieee80211_recalc_chanctx_chantype()
839 compat, &tmp); in ieee80211_recalc_chanctx_chantype()
840 if (WARN_ON_ONCE(!compat)) in ieee80211_recalc_chanctx_chantype()
844 if (WARN_ON_ONCE(!compat)) in ieee80211_recalc_chanctx_chantype()
871 compat, &tmp); in ieee80211_recalc_chanctx_chantype()
[all …]
/net/netfilter/
A Dxt_set.c58 ADT_OPT(opt, xt_family(par), info->match_set.u.compat.dim, in set_match_v0()
59 info->match_set.u.compat.flags, 0, UINT_MAX, in set_match_v0()
63 info->match_set.u.compat.flags & IPSET_INV_MATCH); in set_match_v0()
72 info->u.compat.dim = IPSET_DIM_ZERO; in compat_flags()
74 info->u.compat.flags |= IPSET_INV_MATCH; in compat_flags()
76 info->u.compat.dim++; in compat_flags()
78 info->u.compat.flags |= (1 << info->u.compat.dim); in compat_flags()
216 ADT_OPT(add_opt, xt_family(par), info->add_set.u.compat.dim, in set_target_v0()
217 info->add_set.u.compat.flags, 0, UINT_MAX, in set_target_v0()
219 ADT_OPT(del_opt, xt_family(par), info->del_set.u.compat.dim, in set_target_v0()
[all …]
A DKconfig859 This is a backwards-compat option for the user's convenience
984 This is a backwards-compat option for the user's convenience
1260 This is a backwards-compat option for the user's convenience
1445 This is a backwards-compat option for the user's convenience
/net/atm/
A Dioctl.c52 unsigned long arg, int compat) in do_vcc_ioctl() argument
114 if (compat) { in do_vcc_ioctl()
171 if (IS_ENABLED(CONFIG_COMPAT) && compat) { in do_vcc_ioctl()
190 if (IS_ENABLED(CONFIG_COMPAT) && compat) { in do_vcc_ioctl()
211 error = atm_dev_ioctl(cmd, buf, len, number, compat); in do_vcc_ioctl()
A Dresources.h19 int number, int compat);
A Dresources.c227 int number, int compat) in atm_dev_ioctl() argument
372 if (IS_ENABLED(CONFIG_COMPAT) && compat) { in atm_dev_ioctl()
/net/ipv4/netfilter/
A DKconfig84 This is a backwards-compat option for the user's convenience
92 This is a backwards-compat option for the user's convenience
159 This is a backwards-compat option for the user's convenience
179 This is a backwards-compat option for the user's convenience
241 This is a backwards-compat option for the user's convenience
249 This is a backwards-compat option for the user's convenience
258 This is a backwards-compat option for the user's convenience
/net/wireless/
A DMakefile14 cfg80211-$(CONFIG_CFG80211_WEXT) += wext-compat.o wext-sme.o
A Dscan.c3297 const struct ieee80211_s1g_bcn_compat_ie *compat; in cfg80211_inform_bss_frame_data() local
3304 if (elem->datalen < sizeof(*compat)) in cfg80211_inform_bss_frame_data()
3306 compat = (void *)elem->data; in cfg80211_inform_bss_frame_data()
3308 capability = le16_to_cpu(compat->compat_info); in cfg80211_inform_bss_frame_data()
3309 beacon_interval = le16_to_cpu(compat->beacon_int); in cfg80211_inform_bss_frame_data()
/net/ipv6/netfilter/
A DKconfig77 This is a backwards-compat option for the user's convenience
137 This is a backwards-compat option for the user's convenience
287 This is a backwards-compat option for the user's convenience
/net/
A DMakefile11 obj-$(CONFIG_COMPAT) += compat.o
A DKconfig32 This option can be selected by other options that need compat
41 to tasks depending on whether the task is a compat task or not. To
43 compat skb before sending the skb, the netlink code will sort out
47 compat-independent messages instead!
A Dsocket.c2311 int do_sock_setsockopt(struct socket *sock, bool compat, int level, in do_sock_setsockopt() argument
2325 if (!compat) in do_sock_setsockopt()
2359 bool compat = in_compat_syscall(); in __sys_setsockopt() local
2369 return do_sock_setsockopt(sock, compat, level, optname, optval, optlen); in __sys_setsockopt()
2381 int do_sock_getsockopt(struct socket *sock, bool compat, int level, in do_sock_getsockopt() argument
2392 if (!compat) in do_sock_getsockopt()
2409 if (!compat) in do_sock_getsockopt()
/net/core/
A Dfilter.c4702 u8 compat[sizeof(struct bpf_tunnel_key)]; in BPF_CALL_4() local
4729 to = (struct bpf_tunnel_key *)compat; in BPF_CALL_4()
4817 u8 compat[sizeof(struct bpf_tunnel_key)]; in BPF_CALL_4() local
4833 memcpy(compat, from, size); in BPF_CALL_4()
4834 memset(compat + size, 0, sizeof(compat) - size); in BPF_CALL_4()
4835 from = (const struct bpf_tunnel_key *) compat; in BPF_CALL_4()

Completed in 54 milliseconds