Searched refs:o_key (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_tunnel.h27 __be32 o_key; member in struct:ip_tunnel_parm
H A Dmbcache.h20 unsigned int o_key; member in struct:mb_cache_entry::__anon10013
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diptunnel.c215 p->i_key = p->o_key = get_addr32(*argv);
221 p->i_key = p->o_key = htonl(uval);
228 p->o_key = get_addr32(*argv);
241 p->o_key = get_addr32(*argv);
247 p->o_key = htonl(uval);
346 if (p->o_key == 0 && IN_MULTICAST(ntohl(p->iph.daddr))) {
347 p->o_key = p->iph.daddr;
412 inet_ntop(AF_INET, &p->o_key, s4, sizeof(s4));
449 if ((p->i_flags&GRE_KEY) && (p->o_flags&GRE_KEY) && p->o_key == p->i_key)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Diptunnel.c193 p->i_key = p->o_key = get_addr32(*argv);
198 p->i_key = p->o_key = htonl(uval);
205 p->o_key = get_addr32(*argv);
217 p->o_key = get_addr32(*argv);
222 p->o_key = htonl(uval);
320 if (p->o_key == 0 && IN_MULTICAST(ntohl(p->iph.daddr))) {
321 p->o_key = p->iph.daddr;
382 inet_ntop(AF_INET, &p->o_key, s4, sizeof(s4));
413 if ((p->i_flags & GRE_KEY) && (p->o_flags & GRE_KEY) && p->o_key == p->i_key)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dmbcache.c454 ce->e_indexes[n].o_key = keys[n];
560 if (ce->e_bdev == bdev && ce->e_indexes[index].o_key == key) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dip_gre.c873 *ptr = tunnel->parms.o_key;
943 p.o_key = 0;
971 t->parms.o_key = p.o_key;

Completed in 112 milliseconds