Home
last modified time | relevance | path

Searched refs:oif (Results 1 – 16 of 16) sorted by relevance

/include/net/netfilter/
Dnf_dup_netdev.h7 void nf_dup_netdev_egress(const struct nft_pktinfo *pkt, int oif);
8 void nf_fwd_netdev_egress(const struct nft_pktinfo *pkt, int oif);
15 enum flow_action_id id, int oif);
/include/net/
Droute.h146 __be32 saddr, u8 tos, int oif) in ip_route_output() argument
149 .flowi4_oif = oif, in ip_route_output()
161 __u8 proto, __u8 tos, int oif) in ip_route_output_ports() argument
163 flowi4_init_output(fl4, oif, sk ? sk->sk_mark : 0, tos, in ip_route_output_ports()
174 __be32 gre_key, __u8 tos, int oif) in ip_route_output_gre() argument
177 fl4->flowi4_oif = oif; in ip_route_output_gre()
215 void ipv4_update_pmtu(struct sk_buff *skb, struct net *net, u32 mtu, int oif,
218 void ipv4_redirect(struct sk_buff *skb, struct net *net, int oif, u8 protocol);
292 u32 tos, int oif, u8 protocol, in ip_route_connect_init() argument
301 flowi4_init_output(fl4, oif, sk->sk_mark, tos, RT_SCOPE_UNIVERSE, in ip_route_connect_init()
[all …]
Dipv6_stubs.h34 int (*fib6_lookup)(struct net *net, int oif, struct flowi6 *fl6,
37 int oif, struct flowi6 *fl6,
40 struct flowi6 *fl6, int oif, bool oif_match,
Dflow.h98 static inline void flowi4_init_output(struct flowi4 *fl4, int oif, in flowi4_init_output() argument
105 fl4->flowi4_oif = oif; in flowi4_init_output()
123 static inline void flowi4_update_output(struct flowi4 *fl4, int oif, __u8 tos, in flowi4_update_output() argument
126 fl4->flowi4_oif = oif; in flowi4_update_output()
Dip6_route.h152 const struct in6_addr *saddr, int oif,
184 void ip6_update_pmtu(struct sk_buff *skb, struct net *net, __be32 mtu, int oif,
187 void ip6_redirect(struct sk_buff *skb, struct net *net, int oif, u32 mark,
189 void ip6_redirect_no_header(struct sk_buff *skb, struct net *net, int oif);
Dip6_fib.h451 int fib6_lookup(struct net *net, int oif, struct flowi6 *fl6,
456 int oif, struct flowi6 *fl6, struct fib6_result *res,
460 struct flowi6 *fl6, int oif, bool have_oif_match,
Dip_tunnels.h243 __be32 key, __u8 tos, int oif, in ip_tunnel_init_flow() argument
247 fl4->flowi4_oif = oif; in ip_tunnel_init_flow()
Dip.h78 int oif; member
99 ipcm->oif = inet->sk.sk_bound_dev_if; in ipcm_init_sk()
Dip_fib.h435 u8 tos, int oif, struct net_device *dev,
Dxfrm.h325 int tos, int oif,
329 int (*get_saddr)(struct net *net, int oif,
1625 struct dst_entry *__xfrm_dst_lookup(struct net *net, int tos, int oif,
/include/uapi/linux/netfilter/
Dxt_TEE.h9 char oif[16]; member
/include/net/netfilter/ipv6/
Dnf_dup_ipv6.h8 const struct in6_addr *gw, int oif);
/include/net/netfilter/ipv4/
Dnf_dup_ipv4.h9 const struct in_addr *gw, int oif);
/include/trace/events/
Dfib6.h23 __field( int, oif )
43 __entry->oif = flp->flowi6_oif;
83 __entry->tb_id, __entry->oif, __entry->iif, __entry->proto,
Dfib.h23 __field( int, oif )
46 __entry->oif = flp->flowi4_oif;
95 __entry->tb_id, __entry->oif, __entry->iif, __entry->proto,
/include/linux/
Dicmpv6.h92 int oif);