/include/net/netfilter/ |
D | nf_dup_netdev.h | 7 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/ |
D | route.h | 146 __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 …]
|
D | ipv6_stubs.h | 34 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,
|
D | flow.h | 98 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()
|
D | ip6_route.h | 152 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);
|
D | ip6_fib.h | 451 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,
|
D | ip_tunnels.h | 243 __be32 key, __u8 tos, int oif, in ip_tunnel_init_flow() argument 247 fl4->flowi4_oif = oif; in ip_tunnel_init_flow()
|
D | ip.h | 78 int oif; member 99 ipcm->oif = inet->sk.sk_bound_dev_if; in ipcm_init_sk()
|
D | ip_fib.h | 435 u8 tos, int oif, struct net_device *dev,
|
D | xfrm.h | 325 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/ |
D | xt_TEE.h | 9 char oif[16]; member
|
/include/net/netfilter/ipv6/ |
D | nf_dup_ipv6.h | 8 const struct in6_addr *gw, int oif);
|
/include/net/netfilter/ipv4/ |
D | nf_dup_ipv4.h | 9 const struct in_addr *gw, int oif);
|
/include/trace/events/ |
D | fib6.h | 23 __field( int, oif ) 43 __entry->oif = flp->flowi6_oif; 83 __entry->tb_id, __entry->oif, __entry->iif, __entry->proto,
|
D | fib.h | 23 __field( int, oif ) 46 __entry->oif = flp->flowi4_oif; 95 __entry->tb_id, __entry->oif, __entry->iif, __entry->proto,
|
/include/linux/ |
D | icmpv6.h | 92 int oif);
|