Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36850
b: refs/heads/master
c: 39dccd9
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Sep 29, 2006
1 parent 520521d commit 9f86c30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 35986b329f5476630cef00cc7a164ff336ec1a21
refs/heads/master: 39dccd9d922b595301e5d43ca7a30823d81393b6
4 changes: 2 additions & 2 deletions trunk/include/net/route.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ static inline char rt_tos2priority(u8 tos)

static inline int ip_route_connect(struct rtable **rp, __be32 dst,
__be32 src, u32 tos, int oif, u8 protocol,
u16 sport, u16 dport, struct sock *sk)
__be16 sport, __be16 dport, struct sock *sk)
{
struct flowi fl = { .oif = oif,
.nl_u = { .ip4_u = { .daddr = dst,
Expand All @@ -172,7 +172,7 @@ static inline int ip_route_connect(struct rtable **rp, __be32 dst,
}

static inline int ip_route_newports(struct rtable **rp, u8 protocol,
u16 sport, u16 dport, struct sock *sk)
__be16 sport, __be16 dport, struct sock *sk)
{
if (sport != (*rp)->fl.fl_ip_sport ||
dport != (*rp)->fl.fl_ip_dport) {
Expand Down

0 comments on commit 9f86c30

Please sign in to comment.