Home
last modified time | relevance | path

Searched defs:cdest (Results 1 – 2 of 2) sorted by relevance

/linux/arch/m68k/lib/
H A Dmemmove.c20 char *cdest = dest; in memmove() local
54 char *cdest = dest; in memmove() local
62 char *cdest = dest; in memmove() local
96 char *cdest = dest; in memmove() local
/linux/net/netfilter/ipvs/
H A Dip_vs_conn.c767 int ip_vs_check_template(struct ip_vs_conn *ct, struct ip_vs_dest *cdest) in ip_vs_check_template()