Searched refs:oif (Results 1 - 25 of 69) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_TEE.h6 char oif[16]; member in struct:xt_tee_tginfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_TEE.h6 char oif[16]; member in struct:xt_tee_tginfo
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter/
H A Dxt_TEE.h6 char oif[16]; member in struct:xt_tee_tginfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_TEE.c36 {.name = "oif", .id = O_OIF, .type = XTTYPE_STRING,
37 .flags = XTOPT_PUT, XTOPT_POINTER(s, oif)},
47 " --oif NAME Include oif in route calculation\n"
60 if (*info->oif != '\0')
61 printf(" oif=%s", info->oif);
73 if (*info->oif != '\0')
74 printf(" oif=%s", info->oif);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_TEE.c36 {.name = "oif", .id = O_OIF, .type = XTTYPE_STRING,
37 .flags = XTOPT_PUT, XTOPT_POINTER(s, oif)},
47 " --oif NAME Include oif in route calculation\n"
60 if (*info->oif != '\0')
61 printf(" oif=%s", info->oif);
73 if (*info->oif != '\0')
74 printf(" oif=%s", info->oif);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Ddatagram.c29 int oif; local
41 oif = sk->sk_bound_dev_if;
44 if (!oif)
45 oif = inet->mc_index;
50 RT_CONN_FLAGS(sk), oif,
H A Dxfrm4_state.c36 sel->ifindex = fl->oif;
H A Droute.c697 (fl1->oif ^ fl2->oif) |
783 * (but differs on tos, mark or oif)
1393 rth->fl.oif != ikeys[k] ||
1461 if (!rt_intern_hash(hash, rt, &rt, NULL, rt->fl.oif))
1495 rt->fl.oif,
1655 rth->fl.oif != ikeys[k] ||
1898 rth->fl.oif = 0;
2038 rth->fl.oif = 0;
2067 if (res->fi && res->fi->fib_nhs > 1 && fl->oif
[all...]
H A Draw.c509 ipc.oif = sk->sk_bound_dev_if;
543 if (!ipc.oif)
544 ipc.oif = inet->mc_index;
550 struct flowi fl = { .oif = ipc.oif,
H A Dnetfilter.c38 fl.oif = skb->sk ? skb->sk->sk_bound_dev_if : 0;
78 /* Change in oif may mean change in hh_len. */
111 /* Change in oif may mean change in hh_len. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_TEE.c39 int oif; member in struct:xt_tee_priv
69 if (info->priv->oif == -1)
71 fl.oif = info->priv->oif;
149 if (info->priv->oif == -1)
151 fl.oif = info->priv->oif;
209 if (!strcmp(dev->name, priv->tginfo->oif))
210 priv->oif = dev->ifindex;
213 if (dev->ifindex == priv->oif)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_route.c275 (fl1->oif ^ fl2->oif) |
883 .oif = oldflp->oif };
897 " iif=%d oif=%d\n", le16_to_cpu(oldflp->fld_dst),
899 oldflp->mark, init_net.loopback_dev->ifindex, oldflp->oif);
902 if (oldflp->oif) {
903 dev_out = dev_get_by_index(&init_net, oldflp->oif);
961 fl.oif = init_net.loopback_dev->ifindex;
969 " dst=%o4x src=%04x oif
1574 int oif = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Droute.c237 int oif,
243 if (!oif && ipv6_addr_any(saddr))
249 if (oif) {
250 if (dev->ifindex == oif)
254 sprt->rt6i_idev->dev->ifindex != oif) {
255 if (flags & RT6_LOOKUP_F_IFACE && oif)
257 if (local && (!oif ||
258 local->rt6i_idev->dev->ifindex == oif))
270 if (oif) {
319 static inline int rt6_check_dev(struct rt6_info *rt, int oif) argument
234 rt6_device_match(struct net *net, struct rt6_info *rt, struct in6_addr *saddr, int oif, int flags) argument
353 rt6_score_route(struct rt6_info *rt, int oif, int strict) argument
370 find_match(struct rt6_info *rt, int oif, int strict, int *mpri, struct rt6_info *match) argument
395 find_rr_leaf(struct fib6_node *fn, struct rt6_info *rr_head, u32 metric, int oif, int strict) argument
413 rt6_select(struct fib6_node *fn, int oif, int strict) argument
558 rt6_lookup(struct net *net, const struct in6_addr *daddr, const struct in6_addr *saddr, int oif, int strict) argument
697 ip6_pol_route(struct net *net, struct fib6_table *table, int oif, struct flowi *fl, int flags) argument
[all...]
H A Ddatagram.c152 fl.oif = sk->sk_bound_dev_if;
157 if (!fl.oif && (addr_type&IPV6_ADDR_MULTICAST))
158 fl.oif = np->mcast_oif;
309 mtu_info->ip6m_addr.sin6_scope_id = fl->oif;
620 if (fl->oif && src_info->ipi6_ifindex != fl->oif)
622 fl->oif = src_info->ipi6_ifindex;
628 if (fl->oif) {
629 dev = dev_get_by_index_rcu(net, fl->oif);
H A Dicmp.c383 fl.oif = iif;
401 if (!fl.oif && ipv6_addr_is_multicast(&fl.fl6_dst))
402 fl.oif = np->mcast_oif;
526 fl.oif = skb->dev->ifindex;
535 if (!fl.oif && ipv6_addr_is_multicast(&fl.fl6_dst))
536 fl.oif = np->mcast_oif;
770 int oif)
778 fl->oif = oif;
766 icmpv6_flow_init(struct sock *sk, struct flowi *fl, u8 type, const struct in6_addr *saddr, const struct in6_addr *daddr, int oif) argument
H A Dxfrm6_state.c37 sel->ifindex = fl->oif;
H A Dinet6_connection_sock.c196 fl.oif = sk->sk_bound_dev_if;
H A Dnetfilter.c19 .oif = skb->sk ? skb->sk->sk_bound_dev_if : 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Droute.h158 __be32 src, u32 tos, int oif, u8 protocol,
162 struct flowi fl = { .oif = oif,
157 ip_route_connect(struct rtable **rp, __be32 dst, __be32 src, u32 tos, int oif, u8 protocol, __be16 sport, __be16 dport, struct sock *sk, int flags) argument
H A Dflow.h14 int oif; member in struct:flowi
H A Dip6_route.h79 int oif, int flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/l2tp/
H A Dl2tp_ip.c306 int oif; local
318 oif = sk->sk_bound_dev_if;
326 RT_CONN_FLAGS(sk), oif,
480 struct flowi fl = { .oif = sk->sk_bound_dev_if,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dicmpv6.h193 int oif);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_xmit.c80 .oif = 0,
102 .oif = 0,
132 .oif = 0,
160 .oif = 0,
232 .oif = 0,
296 .oif = 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Daddr.c194 fl.oif = addr->bound_dev_if;
247 fl.oif = addr->bound_dev_if;

Completed in 154 milliseconds

123