repl             1707 drivers/md/raid1.c 		struct md_rdev *repl = conf->mirrors[conf->raid_disks + i].rdev;
repl             1708 drivers/md/raid1.c 		if (repl
repl             1709 drivers/md/raid1.c 		    && !test_bit(Candidate, &repl->flags)
repl             1710 drivers/md/raid1.c 		    && repl->recovery_offset == MaxSector
repl             1711 drivers/md/raid1.c 		    && !test_bit(Faulty, &repl->flags)
repl             1712 drivers/md/raid1.c 		    && !test_and_set_bit(In_sync, &repl->flags)) {
repl             1847 drivers/md/raid1.c 			struct md_rdev *repl =
repl             1850 drivers/md/raid1.c 			if (atomic_read(&repl->nr_pending)) {
repl             1861 drivers/md/raid1.c 			clear_bit(Replacement, &repl->flags);
repl             1862 drivers/md/raid1.c 			p->rdev = repl;
repl              328 drivers/md/raid10.c 	int repl = 0;
repl              334 drivers/md/raid10.c 			repl = 1;
repl              345 drivers/md/raid10.c 		*replp = repl;
repl              433 drivers/md/raid10.c 	int slot, repl;
repl              440 drivers/md/raid10.c 	dev = find_bio_disk(conf, r10_bio, bio, &slot, &repl);
repl              442 drivers/md/raid10.c 	if (repl)
repl              446 drivers/md/raid10.c 		repl = 0;
repl              453 drivers/md/raid10.c 		if (repl)
repl              515 drivers/md/raid10.c 			if (repl)
repl             1962 drivers/md/raid10.c 	int repl;
repl             1965 drivers/md/raid10.c 	d = find_bio_disk(conf, r10_bio, bio, &slot, &repl);
repl             1966 drivers/md/raid10.c 	if (repl)
repl             1972 drivers/md/raid10.c 		if (repl)
repl             4846 drivers/md/raid10.c 	int repl;
repl             4849 drivers/md/raid10.c 	d = find_bio_disk(conf, r10_bio, bio, &slot, &repl);
repl             4850 drivers/md/raid10.c 	if (repl)
repl               53 include/linux/netfilter_arp/arp_tables.h 			const struct arpt_replace *repl,
repl               26 include/linux/netfilter_ipv4/ip_tables.h 		       const struct ipt_replace *repl,
repl               28 include/linux/netfilter_ipv6/ip6_tables.h 			const struct ip6t_replace *repl,
repl              235 include/net/netfilter/nf_conntrack.h 				   const struct nf_conntrack_tuple *repl,
repl              215 include/net/xfrm.h 	const struct xfrm_replay *repl;
repl              427 net/bridge/netfilter/ebtables.c static int ebt_verify_pointers(const struct ebt_replace *repl,
repl              430 net/bridge/netfilter/ebtables.c 	unsigned int limit = repl->entries_size;
repl              431 net/bridge/netfilter/ebtables.c 	unsigned int valid_hooks = repl->valid_hooks;
repl              438 net/bridge/netfilter/ebtables.c 	newinfo->entries_size = repl->entries_size;
repl              439 net/bridge/netfilter/ebtables.c 	newinfo->nentries = repl->nentries;
repl              451 net/bridge/netfilter/ebtables.c 			if ((char __user *)repl->hook_entry[i] ==
repl              452 net/bridge/netfilter/ebtables.c 			     repl->entries + offset)
repl              967 net/bridge/netfilter/ebtables.c static int do_replace_finish(struct net *net, struct ebt_replace *repl,
repl              979 net/bridge/netfilter/ebtables.c 	if (repl->num_counters) {
repl              980 net/bridge/netfilter/ebtables.c 		unsigned long size = repl->num_counters * sizeof(*counterstmp);
repl              987 net/bridge/netfilter/ebtables.c 	ret = ebt_verify_pointers(repl, newinfo);
repl              991 net/bridge/netfilter/ebtables.c 	ret = translate_table(net, repl->name, newinfo);
repl              996 net/bridge/netfilter/ebtables.c 	t = find_table_lock(net, repl->name, &ret, &ebt_mutex);
repl             1003 net/bridge/netfilter/ebtables.c 	if (t->check && (ret = t->check(newinfo, repl->valid_hooks)))
repl             1006 net/bridge/netfilter/ebtables.c 	if (repl->num_counters && repl->num_counters != t->private->nentries) {
repl             1021 net/bridge/netfilter/ebtables.c 	if (repl->num_counters)
repl             1033 net/bridge/netfilter/ebtables.c 	if (repl->num_counters &&
repl             1034 net/bridge/netfilter/ebtables.c 	   copy_to_user(repl->counters, counterstmp,
repl             1035 net/bridge/netfilter/ebtables.c 	   repl->num_counters * sizeof(struct ebt_counter))) {
repl             1054 net/bridge/netfilter/ebtables.c 			  repl->name, AF_BRIDGE, repl->nentries);
repl             1148 net/bridge/netfilter/ebtables.c 	struct ebt_replace_kernel *repl;
repl             1152 net/bridge/netfilter/ebtables.c 	if (input_table == NULL || (repl = input_table->table) == NULL ||
repl             1153 net/bridge/netfilter/ebtables.c 	    repl->entries == NULL || repl->entries_size == 0 ||
repl             1154 net/bridge/netfilter/ebtables.c 	    repl->counters != NULL || input_table->private != NULL)
repl             1164 net/bridge/netfilter/ebtables.c 	countersize = COUNTER_OFFSET(repl->nentries) * nr_cpu_ids;
repl             1170 net/bridge/netfilter/ebtables.c 	p = vmalloc(repl->entries_size);
repl             1174 net/bridge/netfilter/ebtables.c 	memcpy(p, repl->entries, repl->entries_size);
repl             1177 net/bridge/netfilter/ebtables.c 	newinfo->entries_size = repl->entries_size;
repl             1178 net/bridge/netfilter/ebtables.c 	newinfo->nentries = repl->nentries;
repl             1186 net/bridge/netfilter/ebtables.c 		if ((repl->valid_hooks & (1 << i)) == 0)
repl             1190 net/bridge/netfilter/ebtables.c 				((char *)repl->hook_entry[i] - repl->entries);
repl             1192 net/bridge/netfilter/ebtables.c 	ret = translate_table(net, repl->name, newinfo);
repl             1803 net/bridge/netfilter/ebtables.c 	struct compat_ebt_replace repl, tmp;
repl             1830 net/bridge/netfilter/ebtables.c 	memcpy(&repl, &tmp, sizeof(repl));
repl             1832 net/bridge/netfilter/ebtables.c 		ret = compat_table_info(t->private, &repl);
repl             1834 net/bridge/netfilter/ebtables.c 		ret = compat_table_info(&tinfo, &repl);
repl             1838 net/bridge/netfilter/ebtables.c 	if (*len != sizeof(tmp) + repl.entries_size +
repl             1841 net/bridge/netfilter/ebtables.c 				*len, tinfo.entries_size, repl.entries_size);
repl             2166 net/bridge/netfilter/ebtables.c static int compat_copy_ebt_replace_from_user(struct ebt_replace *repl,
repl             2190 net/bridge/netfilter/ebtables.c 	memcpy(repl, &tmp, offsetof(struct ebt_replace, hook_entry));
repl             2194 net/bridge/netfilter/ebtables.c 		repl->hook_entry[i] = compat_ptr(tmp.hook_entry[i]);
repl             2196 net/bridge/netfilter/ebtables.c 	repl->num_counters = tmp.num_counters;
repl             2197 net/bridge/netfilter/ebtables.c 	repl->counters = compat_ptr(tmp.counters);
repl             2198 net/bridge/netfilter/ebtables.c 	repl->entries = compat_ptr(tmp.entries);
repl              521 net/ipv4/netfilter/arp_tables.c 			   const struct arpt_replace *repl)
repl              529 net/ipv4/netfilter/arp_tables.c 	newinfo->size = repl->size;
repl              530 net/ipv4/netfilter/arp_tables.c 	newinfo->number = repl->num_entries;
repl              546 net/ipv4/netfilter/arp_tables.c 						 entry0 + repl->size,
repl              547 net/ipv4/netfilter/arp_tables.c 						 repl->hook_entry,
repl              548 net/ipv4/netfilter/arp_tables.c 						 repl->underflow,
repl              549 net/ipv4/netfilter/arp_tables.c 						 repl->valid_hooks);
repl              552 net/ipv4/netfilter/arp_tables.c 		if (i < repl->num_entries)
repl              561 net/ipv4/netfilter/arp_tables.c 	if (i != repl->num_entries)
repl              564 net/ipv4/netfilter/arp_tables.c 	ret = xt_check_table_hooks(newinfo, repl->valid_hooks);
repl              568 net/ipv4/netfilter/arp_tables.c 	if (!mark_source_chains(newinfo, repl->valid_hooks, entry0, offsets)) {
repl              577 net/ipv4/netfilter/arp_tables.c 		ret = find_check_entry(iter, net, repl->name, repl->size,
repl             1166 net/ipv4/netfilter/arp_tables.c 	struct arpt_replace repl;
repl             1216 net/ipv4/netfilter/arp_tables.c 	memcpy(&repl, compatr, sizeof(*compatr));
repl             1219 net/ipv4/netfilter/arp_tables.c 		repl.hook_entry[i] = newinfo->hook_entry[i];
repl             1220 net/ipv4/netfilter/arp_tables.c 		repl.underflow[i] = newinfo->underflow[i];
repl             1223 net/ipv4/netfilter/arp_tables.c 	repl.num_counters = 0;
repl             1224 net/ipv4/netfilter/arp_tables.c 	repl.counters = NULL;
repl             1225 net/ipv4/netfilter/arp_tables.c 	repl.size = newinfo->size;
repl             1226 net/ipv4/netfilter/arp_tables.c 	ret = translate_table(net, newinfo, entry1, &repl);
repl             1538 net/ipv4/netfilter/arp_tables.c 			const struct arpt_replace *repl,
repl             1548 net/ipv4/netfilter/arp_tables.c 	newinfo = xt_alloc_table_info(repl->size);
repl             1553 net/ipv4/netfilter/arp_tables.c 	memcpy(loc_cpu_entry, repl->entries, repl->size);
repl             1555 net/ipv4/netfilter/arp_tables.c 	ret = translate_table(net, newinfo, loc_cpu_entry, repl);
repl               44 net/ipv4/netfilter/arptable_filter.c 	struct arpt_replace *repl;
repl               50 net/ipv4/netfilter/arptable_filter.c 	repl = arpt_alloc_initial_table(&packet_filter);
repl               51 net/ipv4/netfilter/arptable_filter.c 	if (repl == NULL)
repl               53 net/ipv4/netfilter/arptable_filter.c 	err = arpt_register_table(net, &packet_filter, repl, arpfilter_ops,
repl               55 net/ipv4/netfilter/arptable_filter.c 	kfree(repl);
repl              662 net/ipv4/netfilter/ip_tables.c 		const struct ipt_replace *repl)
repl              670 net/ipv4/netfilter/ip_tables.c 	newinfo->size = repl->size;
repl              671 net/ipv4/netfilter/ip_tables.c 	newinfo->number = repl->num_entries;
repl              686 net/ipv4/netfilter/ip_tables.c 						 entry0 + repl->size,
repl              687 net/ipv4/netfilter/ip_tables.c 						 repl->hook_entry,
repl              688 net/ipv4/netfilter/ip_tables.c 						 repl->underflow,
repl              689 net/ipv4/netfilter/ip_tables.c 						 repl->valid_hooks);
repl              692 net/ipv4/netfilter/ip_tables.c 		if (i < repl->num_entries)
repl              701 net/ipv4/netfilter/ip_tables.c 	if (i != repl->num_entries)
repl              704 net/ipv4/netfilter/ip_tables.c 	ret = xt_check_table_hooks(newinfo, repl->valid_hooks);
repl              708 net/ipv4/netfilter/ip_tables.c 	if (!mark_source_chains(newinfo, repl->valid_hooks, entry0, offsets)) {
repl              717 net/ipv4/netfilter/ip_tables.c 		ret = find_check_entry(iter, net, repl->name, repl->size,
repl             1400 net/ipv4/netfilter/ip_tables.c 	struct ipt_replace repl;
repl             1455 net/ipv4/netfilter/ip_tables.c 	memcpy(&repl, compatr, sizeof(*compatr));
repl             1458 net/ipv4/netfilter/ip_tables.c 		repl.hook_entry[i] = newinfo->hook_entry[i];
repl             1459 net/ipv4/netfilter/ip_tables.c 		repl.underflow[i] = newinfo->underflow[i];
repl             1462 net/ipv4/netfilter/ip_tables.c 	repl.num_counters = 0;
repl             1463 net/ipv4/netfilter/ip_tables.c 	repl.counters = NULL;
repl             1464 net/ipv4/netfilter/ip_tables.c 	repl.size = newinfo->size;
repl             1465 net/ipv4/netfilter/ip_tables.c 	ret = translate_table(net, newinfo, entry1, &repl);
repl             1756 net/ipv4/netfilter/ip_tables.c 		       const struct ipt_replace *repl,
repl             1765 net/ipv4/netfilter/ip_tables.c 	newinfo = xt_alloc_table_info(repl->size);
repl             1770 net/ipv4/netfilter/ip_tables.c 	memcpy(loc_cpu_entry, repl->entries, repl->size);
repl             1772 net/ipv4/netfilter/ip_tables.c 	ret = translate_table(net, newinfo, loc_cpu_entry, repl);
repl               48 net/ipv4/netfilter/iptable_filter.c 	struct ipt_replace *repl;
repl               54 net/ipv4/netfilter/iptable_filter.c 	repl = ipt_alloc_initial_table(&packet_filter);
repl               55 net/ipv4/netfilter/iptable_filter.c 	if (repl == NULL)
repl               58 net/ipv4/netfilter/iptable_filter.c 	((struct ipt_standard *)repl->entries)[1].target.verdict =
repl               61 net/ipv4/netfilter/iptable_filter.c 	err = ipt_register_table(net, &packet_filter, repl, filter_ops,
repl               63 net/ipv4/netfilter/iptable_filter.c 	kfree(repl);
repl               88 net/ipv4/netfilter/iptable_mangle.c 	struct ipt_replace *repl;
repl               94 net/ipv4/netfilter/iptable_mangle.c 	repl = ipt_alloc_initial_table(&packet_mangler);
repl               95 net/ipv4/netfilter/iptable_mangle.c 	if (repl == NULL)
repl               97 net/ipv4/netfilter/iptable_mangle.c 	ret = ipt_register_table(net, &packet_mangler, repl, mangle_ops,
repl               99 net/ipv4/netfilter/iptable_mangle.c 	kfree(repl);
repl               90 net/ipv4/netfilter/iptable_nat.c 	struct ipt_replace *repl;
repl               96 net/ipv4/netfilter/iptable_nat.c 	repl = ipt_alloc_initial_table(&nf_nat_ipv4_table);
repl               97 net/ipv4/netfilter/iptable_nat.c 	if (repl == NULL)
repl               99 net/ipv4/netfilter/iptable_nat.c 	ret = ipt_register_table(net, &nf_nat_ipv4_table, repl,
repl              102 net/ipv4/netfilter/iptable_nat.c 		kfree(repl);
repl              112 net/ipv4/netfilter/iptable_nat.c 	kfree(repl);
repl               51 net/ipv4/netfilter/iptable_raw.c 	struct ipt_replace *repl;
repl               61 net/ipv4/netfilter/iptable_raw.c 	repl = ipt_alloc_initial_table(table);
repl               62 net/ipv4/netfilter/iptable_raw.c 	if (repl == NULL)
repl               64 net/ipv4/netfilter/iptable_raw.c 	ret = ipt_register_table(net, table, repl, rawtable_ops,
repl               66 net/ipv4/netfilter/iptable_raw.c 	kfree(repl);
repl               50 net/ipv4/netfilter/iptable_security.c 	struct ipt_replace *repl;
repl               56 net/ipv4/netfilter/iptable_security.c 	repl = ipt_alloc_initial_table(&security_table);
repl               57 net/ipv4/netfilter/iptable_security.c 	if (repl == NULL)
repl               59 net/ipv4/netfilter/iptable_security.c 	ret = ipt_register_table(net, &security_table, repl, sectbl_ops,
repl               61 net/ipv4/netfilter/iptable_security.c 	kfree(repl);
repl              679 net/ipv6/netfilter/ip6_tables.c 		const struct ip6t_replace *repl)
repl              687 net/ipv6/netfilter/ip6_tables.c 	newinfo->size = repl->size;
repl              688 net/ipv6/netfilter/ip6_tables.c 	newinfo->number = repl->num_entries;
repl              703 net/ipv6/netfilter/ip6_tables.c 						 entry0 + repl->size,
repl              704 net/ipv6/netfilter/ip6_tables.c 						 repl->hook_entry,
repl              705 net/ipv6/netfilter/ip6_tables.c 						 repl->underflow,
repl              706 net/ipv6/netfilter/ip6_tables.c 						 repl->valid_hooks);
repl              709 net/ipv6/netfilter/ip6_tables.c 		if (i < repl->num_entries)
repl              718 net/ipv6/netfilter/ip6_tables.c 	if (i != repl->num_entries)
repl              721 net/ipv6/netfilter/ip6_tables.c 	ret = xt_check_table_hooks(newinfo, repl->valid_hooks);
repl              725 net/ipv6/netfilter/ip6_tables.c 	if (!mark_source_chains(newinfo, repl->valid_hooks, entry0, offsets)) {
repl              734 net/ipv6/netfilter/ip6_tables.c 		ret = find_check_entry(iter, net, repl->name, repl->size,
repl             1415 net/ipv6/netfilter/ip6_tables.c 	struct ip6t_replace repl;
repl             1464 net/ipv6/netfilter/ip6_tables.c 	memcpy(&repl, compatr, sizeof(*compatr));
repl             1467 net/ipv6/netfilter/ip6_tables.c 		repl.hook_entry[i] = newinfo->hook_entry[i];
repl             1468 net/ipv6/netfilter/ip6_tables.c 		repl.underflow[i] = newinfo->underflow[i];
repl             1471 net/ipv6/netfilter/ip6_tables.c 	repl.num_counters = 0;
repl             1472 net/ipv6/netfilter/ip6_tables.c 	repl.counters = NULL;
repl             1473 net/ipv6/netfilter/ip6_tables.c 	repl.size = newinfo->size;
repl             1474 net/ipv6/netfilter/ip6_tables.c 	ret = translate_table(net, newinfo, entry1, &repl);
repl             1765 net/ipv6/netfilter/ip6_tables.c 			const struct ip6t_replace *repl,
repl             1775 net/ipv6/netfilter/ip6_tables.c 	newinfo = xt_alloc_table_info(repl->size);
repl             1780 net/ipv6/netfilter/ip6_tables.c 	memcpy(loc_cpu_entry, repl->entries, repl->size);
repl             1782 net/ipv6/netfilter/ip6_tables.c 	ret = translate_table(net, newinfo, loc_cpu_entry, repl);
repl               49 net/ipv6/netfilter/ip6table_filter.c 	struct ip6t_replace *repl;
repl               55 net/ipv6/netfilter/ip6table_filter.c 	repl = ip6t_alloc_initial_table(&packet_filter);
repl               56 net/ipv6/netfilter/ip6table_filter.c 	if (repl == NULL)
repl               59 net/ipv6/netfilter/ip6table_filter.c 	((struct ip6t_standard *)repl->entries)[1].target.verdict =
repl               62 net/ipv6/netfilter/ip6table_filter.c 	err = ip6t_register_table(net, &packet_filter, repl, filter_ops,
repl               64 net/ipv6/netfilter/ip6table_filter.c 	kfree(repl);
repl               81 net/ipv6/netfilter/ip6table_mangle.c 	struct ip6t_replace *repl;
repl               87 net/ipv6/netfilter/ip6table_mangle.c 	repl = ip6t_alloc_initial_table(&packet_mangler);
repl               88 net/ipv6/netfilter/ip6table_mangle.c 	if (repl == NULL)
repl               90 net/ipv6/netfilter/ip6table_mangle.c 	ret = ip6t_register_table(net, &packet_mangler, repl, mangle_ops,
repl               92 net/ipv6/netfilter/ip6table_mangle.c 	kfree(repl);
repl               92 net/ipv6/netfilter/ip6table_nat.c 	struct ip6t_replace *repl;
repl               98 net/ipv6/netfilter/ip6table_nat.c 	repl = ip6t_alloc_initial_table(&nf_nat_ipv6_table);
repl               99 net/ipv6/netfilter/ip6table_nat.c 	if (repl == NULL)
repl              101 net/ipv6/netfilter/ip6table_nat.c 	ret = ip6t_register_table(net, &nf_nat_ipv6_table, repl,
repl              104 net/ipv6/netfilter/ip6table_nat.c 		kfree(repl);
repl              113 net/ipv6/netfilter/ip6table_nat.c 	kfree(repl);
repl               50 net/ipv6/netfilter/ip6table_raw.c 	struct ip6t_replace *repl;
repl               60 net/ipv6/netfilter/ip6table_raw.c 	repl = ip6t_alloc_initial_table(table);
repl               61 net/ipv6/netfilter/ip6table_raw.c 	if (repl == NULL)
repl               63 net/ipv6/netfilter/ip6table_raw.c 	ret = ip6t_register_table(net, table, repl, rawtable_ops,
repl               65 net/ipv6/netfilter/ip6table_raw.c 	kfree(repl);
repl               49 net/ipv6/netfilter/ip6table_security.c 	struct ip6t_replace *repl;
repl               55 net/ipv6/netfilter/ip6table_security.c 	repl = ip6t_alloc_initial_table(&security_table);
repl               56 net/ipv6/netfilter/ip6table_security.c 	if (repl == NULL)
repl               58 net/ipv6/netfilter/ip6table_security.c 	ret = ip6t_register_table(net, &security_table, repl, sectbl_ops,
repl               60 net/ipv6/netfilter/ip6table_security.c 	kfree(repl);
repl             1348 net/netfilter/nf_conntrack_core.c 		     const struct nf_conntrack_tuple *repl,
repl             1378 net/netfilter/nf_conntrack_core.c 	ct->tuplehash[IP_CT_DIR_REPLY].tuple = *repl;
repl             1403 net/netfilter/nf_conntrack_core.c 				   const struct nf_conntrack_tuple *repl,
repl             1406 net/netfilter/nf_conntrack_core.c 	return __nf_conntrack_alloc(net, zone, orig, repl, gfp, 0);
repl               22 net/netfilter/xt_repldata.h 		struct type##_replace repl; \
repl               32 net/netfilter/xt_repldata.h 	strncpy(tbl->repl.name, info->name, sizeof(tbl->repl.name)); \
repl               34 net/netfilter/xt_repldata.h 	tbl->repl.valid_hooks = hook_mask; \
repl               35 net/netfilter/xt_repldata.h 	tbl->repl.num_entries = nhooks + 1; \
repl               36 net/netfilter/xt_repldata.h 	tbl->repl.size = nhooks * sizeof(struct type##_standard) + \
repl               41 net/netfilter/xt_repldata.h 		tbl->repl.hook_entry[hooknum] = bytes; \
repl               42 net/netfilter/xt_repldata.h 		tbl->repl.underflow[hooknum]  = bytes; \
repl               89 net/sctp/sm_sideeffect.c 	struct sctp_chunk *repl;
repl              119 net/sctp/sm_sideeffect.c 	repl = sctp_make_cwr(asoc, asoc->last_cwr_tsn, chunk);
repl              124 net/sctp/sm_sideeffect.c 	return repl;
repl              310 net/sctp/sm_statefuns.c 	struct sctp_chunk *chunk = arg, *repl, *err_chunk;
repl              426 net/sctp/sm_statefuns.c 	repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len);
repl              427 net/sctp/sm_statefuns.c 	if (!repl)
repl              448 net/sctp/sm_statefuns.c 		sctp_addto_chunk(repl, len, unk_param);
repl              454 net/sctp/sm_statefuns.c 	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
repl              696 net/sctp/sm_statefuns.c 	struct sctp_chunk *repl;
repl              795 net/sctp/sm_statefuns.c 	repl = sctp_make_cookie_ack(new_asoc, chunk);
repl              796 net/sctp/sm_statefuns.c 	if (!repl)
repl              849 net/sctp/sm_statefuns.c 	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
repl              870 net/sctp/sm_statefuns.c 	sctp_chunk_free(repl);
repl             1459 net/sctp/sm_statefuns.c 	struct sctp_chunk *chunk = arg, *repl, *err_chunk;
repl             1582 net/sctp/sm_statefuns.c 	repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len);
repl             1583 net/sctp/sm_statefuns.c 	if (!repl)
repl             1604 net/sctp/sm_statefuns.c 		sctp_addto_chunk(repl, len, unk_param);
repl             1608 net/sctp/sm_statefuns.c 	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
repl             1781 net/sctp/sm_statefuns.c 	struct sctp_chunk *repl;
repl             1844 net/sctp/sm_statefuns.c 	repl = sctp_make_cookie_ack(new_asoc, chunk);
repl             1845 net/sctp/sm_statefuns.c 	if (!repl)
repl             1867 net/sctp/sm_statefuns.c 		sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
repl             1869 net/sctp/sm_statefuns.c 						     SCTP_ST_CHUNK(0), repl,
repl             1874 net/sctp/sm_statefuns.c 		sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
repl             1879 net/sctp/sm_statefuns.c 	sctp_chunk_free(repl);
repl             1901 net/sctp/sm_statefuns.c 	struct sctp_chunk *repl;
repl             1924 net/sctp/sm_statefuns.c 	repl = sctp_make_cookie_ack(new_asoc, chunk);
repl             1925 net/sctp/sm_statefuns.c 	if (!repl)
repl             1928 net/sctp/sm_statefuns.c 	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
repl             2005 net/sctp/sm_statefuns.c 	struct sctp_chunk *repl;
repl             2064 net/sctp/sm_statefuns.c 	repl = sctp_make_cookie_ack(asoc, chunk);
repl             2065 net/sctp/sm_statefuns.c 	if (!repl)
repl             2068 net/sctp/sm_statefuns.c 	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
repl             4824 net/sctp/sm_statefuns.c 	struct sctp_chunk *repl;
repl             4841 net/sctp/sm_statefuns.c 	repl = sctp_make_init(asoc, &asoc->base.bind_addr, GFP_ATOMIC, 0);
repl             4842 net/sctp/sm_statefuns.c 	if (!repl)
repl             4847 net/sctp/sm_statefuns.c 			SCTP_CHUNK(repl));
repl             4860 net/sctp/sm_statefuns.c 	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
repl             5759 net/sctp/sm_statefuns.c 	struct sctp_chunk *repl = NULL;
repl             5768 net/sctp/sm_statefuns.c 		repl = sctp_make_init(asoc, bp, GFP_ATOMIC, 0);
repl             5769 net/sctp/sm_statefuns.c 		if (!repl)
repl             5774 net/sctp/sm_statefuns.c 				SCTP_CHUNK(repl));
repl             5780 net/sctp/sm_statefuns.c 		sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
repl             5824 net/sctp/sm_statefuns.c 	struct sctp_chunk *repl = NULL;
repl             5831 net/sctp/sm_statefuns.c 		repl = sctp_make_cookie_echo(asoc, NULL);
repl             5832 net/sctp/sm_statefuns.c 		if (!repl)
repl             5836 net/sctp/sm_statefuns.c 				SCTP_CHUNK(repl));
repl             5841 net/sctp/sm_statefuns.c 		sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
repl              611 net/xfrm/xfrm_input.c 		if (x->repl->check(x, skb, seq)) {
repl              659 net/xfrm/xfrm_input.c 		if (async && x->repl->recheck(x, skb, seq)) {
repl              664 net/xfrm/xfrm_input.c 		x->repl->advance(x, seq);
repl              445 net/xfrm/xfrm_output.c 		err = x->repl->overflow(x, skb);
repl              100 net/xfrm/xfrm_replay.c 			x->repl->notify(x, XFRM_REPLAY_UPDATE);
repl              159 net/xfrm/xfrm_replay.c 		x->repl->notify(x, XFRM_REPLAY_UPDATE);
repl              179 net/xfrm/xfrm_replay.c 			x->repl->notify(x, XFRM_REPLAY_UPDATE);
repl              274 net/xfrm/xfrm_replay.c 		x->repl->notify(x, XFRM_REPLAY_UPDATE);
repl              417 net/xfrm/xfrm_replay.c 			x->repl->notify(x, XFRM_REPLAY_UPDATE);
repl              549 net/xfrm/xfrm_replay.c 		x->repl->notify(x, XFRM_REPLAY_UPDATE);
repl              585 net/xfrm/xfrm_replay.c 			x->repl->notify(x, XFRM_REPLAY_UPDATE);
repl              624 net/xfrm/xfrm_replay.c 			x->repl->notify(x, XFRM_REPLAY_UPDATE);
repl              673 net/xfrm/xfrm_replay.c 			x->repl->notify(x, XFRM_REPLAY_UPDATE);
repl              740 net/xfrm/xfrm_replay.c 			x->repl = &xfrm_replay_esn;
repl              742 net/xfrm/xfrm_replay.c 			x->repl = &xfrm_replay_bmp;
repl              745 net/xfrm/xfrm_replay.c 		x->repl = &xfrm_replay_legacy;
repl             2110 net/xfrm/xfrm_state.c 			x->repl->notify(x, XFRM_REPLAY_TIMEOUT);