/net/xfrm/ |
D | xfrm_algo.c | 179 .compat = "md5", 199 .compat = "sha1", 219 .compat = "sha256", 277 .compat = "rmd160", 332 .compat = "cipher_null", 352 .compat = "des", 372 .compat = "des3_ede", 392 .compat = "cast5", 412 .compat = "blowfish", 432 .compat = "aes", [all …]
|
/net/mac80211/ |
D | chan.c | 43 const struct cfg80211_chan_def *compat; in ieee80211_find_chanctx() local 48 compat = cfg80211_chandef_compatible(&ctx->conf.def, chandef); in ieee80211_find_chanctx() 49 if (!compat) in ieee80211_find_chanctx() 52 ieee80211_change_chanctx(local, ctx, compat); in ieee80211_find_chanctx() 196 const struct cfg80211_chan_def *compat = NULL; in ieee80211_recalc_chanctx_chantype() local 208 if (!compat) in ieee80211_recalc_chanctx_chantype() 209 compat = &sdata->vif.bss_conf.chandef; in ieee80211_recalc_chanctx_chantype() 211 compat = cfg80211_chandef_compatible( in ieee80211_recalc_chanctx_chantype() 212 &sdata->vif.bss_conf.chandef, compat); in ieee80211_recalc_chanctx_chantype() 213 if (!compat) in ieee80211_recalc_chanctx_chantype() [all …]
|
/net/netfilter/ |
D | xt_set.c | 55 ADT_OPT(opt, par->family, info->match_set.u.compat.dim, in set_match_v0() 56 info->match_set.u.compat.flags, 0, UINT_MAX); in set_match_v0() 59 info->match_set.u.compat.flags & IPSET_INV_MATCH); in set_match_v0() 68 info->u.compat.dim = IPSET_DIM_ZERO; in compat_flags() 70 info->u.compat.flags |= IPSET_INV_MATCH; in compat_flags() 72 info->u.compat.dim++; in compat_flags() 74 info->u.compat.flags |= (1<<info->u.compat.dim); in compat_flags() 116 ADT_OPT(add_opt, par->family, info->add_set.u.compat.dim, in set_target_v0() 117 info->add_set.u.compat.flags, 0, UINT_MAX); in set_target_v0() 118 ADT_OPT(del_opt, par->family, info->del_set.u.compat.dim, in set_target_v0() [all …]
|
D | Kconfig | 525 This is a backwards-compat option for the user's convenience 649 This is a backwards-compat option for the user's convenience 882 This is a backwards-compat option for the user's convenience 1048 This is a backwards-compat option for the user's convenience
|
/net/atm/ |
D | ioctl.c | 51 unsigned long arg, int compat) in do_vcc_ioctl() argument 85 if (compat) in do_vcc_ioctl() 93 if (compat) in do_vcc_ioctl() 124 if (compat) { in do_vcc_ioctl() 180 error = atm_dev_ioctl(cmd, argp, compat); in do_vcc_ioctl()
|
D | resources.c | 195 int atm_dev_ioctl(unsigned int cmd, void __user *arg, int compat) in atm_dev_ioctl() argument 206 compat = 0; /* Just so the compiler _knows_ */ in atm_dev_ioctl() 211 if (compat) { in atm_dev_ioctl() 255 if (compat) { in atm_dev_ioctl() 419 if (compat) { in atm_dev_ioctl()
|
D | resources.h | 16 int atm_dev_ioctl(unsigned int cmd, void __user *arg, int compat);
|
/net/wireless/ |
D | Makefile | 15 cfg80211-$(CONFIG_CFG80211_WEXT) += wext-compat.o wext-sme.o
|
/net/ipv4/netfilter/ |
D | Kconfig | 68 This is a backwards-compat option for the user's convenience 88 This is a backwards-compat option for the user's convenience 165 This is a backwards-compat option for the user's convenience 174 This is a backwards-compat option for the user's convenience
|
D | arp_tables.c | 883 const int *len, int compat) in get_info() argument 900 if (compat) in get_info() 911 if (compat) { in get_info() 936 if (compat) in get_info() 1107 unsigned int len, int compat) in do_add_counters() argument 1125 if (compat) { in do_add_counters() 1139 if (compat) { in do_add_counters()
|
D | ip_tables.c | 1070 const int *len, int compat) in get_info() argument 1087 if (compat) in get_info() 1098 if (compat) { in get_info() 1124 if (compat) in get_info() 1294 unsigned int len, int compat) in do_add_counters() argument 1312 if (compat) { in do_add_counters() 1326 if (compat) { in do_add_counters()
|
/net/ |
D | Makefile | 12 tmp-$(CONFIG_COMPAT) := compat.o
|
D | Kconfig | 29 This option can be selected by other options that need compat 38 to tasks depending on whether the task is a compat task or not. To 40 compat skb before sending the skb, the netlink code will sort out 44 compat-independent messages instead!
|
/net/ipv6/netfilter/ |
D | ip6_tables.c | 1080 const int *len, int compat) in get_info() argument 1097 if (compat) in get_info() 1108 if (compat) { in get_info() 1134 if (compat) in get_info() 1304 int compat) in do_add_counters() argument 1322 if (compat) { in do_add_counters() 1336 if (compat) { in do_add_counters()
|
D | Kconfig | 85 This is a backwards-compat option for the user's convenience
|