Home
last modified time | relevance | path

Searched refs:repl (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/net/ipv4/netfilter/
Dip_nat_tftp.c63 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()
Darptable_filter.c34 struct arpt_replace repl; member
115 = { { NULL, NULL }, "filter", &initial_table.repl,
Diptable_filter.c32 struct ipt_replace repl; member
85 = { { NULL, NULL }, "filter", &initial_table.repl,
Diptable_mangle.c45 struct ipt_replace repl; member
118 = { { NULL, NULL }, "mangle", &initial_table.repl,
Dip_nat_rule.c52 struct ipt_replace repl; member
105 = { { NULL, NULL }, "nat", &nat_initial_table.repl,
/linux-2.4.37.9/net/sctp/
Dsm_statefuns.c238 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 …]
Dsm_sideeffect.c106 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/
Dip6table_filter.c32 struct ip6t_replace repl; member
85 = { { NULL, NULL }, "filter", &initial_table.repl,
Dip6table_mangle.c42 struct ip6t_replace repl; member
115 = { { NULL, NULL }, "mangle", &initial_table.repl,
/linux-2.4.37.9/arch/parisc/kernel/
Dsys_parisc32.c2391 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()