Lines Matching refs:__be32
64 __be32 rt_gateway;
85 static inline __be32 rt_nexthop(const struct rtable *rt, __be32 daddr) in rt_nexthop()
136 static inline struct rtable *ip_route_output(struct net *net, __be32 daddr, in ip_route_output()
137 __be32 saddr, u8 tos, int oif) in ip_route_output()
150 __be32 daddr, __be32 saddr, in ip_route_output_ports()
164 __be32 daddr, __be32 saddr, in ip_route_output_gre()
165 __be32 gre_key, __u8 tos, int oif) in ip_route_output_gre()
177 int ip_route_input_noref(struct sk_buff *skb, __be32 dst, __be32 src,
180 static inline int ip_route_input(struct sk_buff *skb, __be32 dst, __be32 src, in ip_route_input()
202 unsigned int inet_addr_type(struct net *net, __be32 addr);
203 unsigned int inet_addr_type_table(struct net *net, __be32 addr, u32 tb_id);
205 __be32 addr);
208 __be32 addr);
259 static inline void ip_route_connect_init(struct flowi4 *fl4, __be32 dst, __be32 src, in ip_route_connect_init()
274 __be32 dst, __be32 src, u32 tos, in ip_route_connect()