Searched refs:repl (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ip_nat_tftp.c | 63 struct ip_conntrack_tuple repl; in tftp_nat_help() local 78 repl = ct->tuplehash[IP_CT_DIR_REPLY].tuple; in tftp_nat_help() 83 DUMP_TUPLE(&repl); in tftp_nat_help() 85 ip_conntrack_change_expect(exp, &repl); in tftp_nat_help() 105 const struct ip_conntrack_tuple *repl = in tftp_nat_expected()
|
D | arptable_filter.c | 34 struct arpt_replace repl; member 115 = { { NULL, NULL }, "filter", &initial_table.repl,
|
D | iptable_filter.c | 32 struct ipt_replace repl; member 85 = { { NULL, NULL }, "filter", &initial_table.repl,
|
D | iptable_mangle.c | 45 struct ipt_replace repl; member 118 = { { NULL, NULL }, "mangle", &initial_table.repl,
|
D | ip_nat_rule.c | 52 struct ipt_replace repl; member 105 = { { NULL, NULL }, "nat", &nat_initial_table.repl,
|
/linux-2.4.37.9/net/sctp/ |
D | sm_statefuns.c | 238 struct sctp_chunk *repl; in sctp_sf_do_5_1B_init() local 351 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_5_1B_init() 352 if (!repl) in sctp_sf_do_5_1B_init() 373 sctp_addto_chunk(repl, len, unk_param); in sctp_sf_do_5_1B_init() 377 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_5_1B_init() 598 struct sctp_chunk *repl; in sctp_sf_do_5_1D_ce() local 684 repl = sctp_make_cookie_ack(new_asoc, chunk); in sctp_sf_do_5_1D_ce() 685 if (!repl) in sctp_sf_do_5_1D_ce() 688 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); in sctp_sf_do_5_1D_ce() 723 sctp_chunk_free(repl); in sctp_sf_do_5_1D_ce() [all …]
|
D | sm_sideeffect.c | 106 struct sctp_chunk *repl; in sctp_do_ecn_ecne_work() local 136 repl = sctp_make_cwr(asoc, asoc->last_cwr_tsn, chunk); in sctp_do_ecn_ecne_work() 141 return repl; in sctp_do_ecn_ecne_work()
|
/linux-2.4.37.9/net/ipv6/netfilter/ |
D | ip6table_filter.c | 32 struct ip6t_replace repl; member 85 = { { NULL, NULL }, "filter", &initial_table.repl,
|
D | ip6table_mangle.c | 42 struct ip6t_replace repl; member 115 = { { NULL, NULL }, "mangle", &initial_table.repl,
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | sys_parisc32.c | 2391 struct ipt_replace *repl = (struct ipt_replace *) optval; in do_ipv4_set_replace() local 2396 if (copy_from_user(&ptr32, &repl->counters, sizeof(ptr32))) in do_ipv4_set_replace() 2399 if (copy_to_user(&repl->counters, &ptr64, sizeof(ptr64))) in do_ipv4_set_replace() 2405 if (copy_to_user(&repl->counters, &ptr32, sizeof(ptr32))) in do_ipv4_set_replace()
|