Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40196
b: refs/heads/master
c: 185b1aa
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Oct 22, 2006
1 parent ea1bc29 commit 48d69d8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 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: 375216ad0c303adeed45281ce82e153d41de679a
refs/heads/master: 185b1aa122f87052d9154bb74990bc785372a750
5 changes: 0 additions & 5 deletions trunk/include/net/dn.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,6 @@ static inline void dn_sk_ports_copy(struct flowi *fl, struct dn_scp *scp)
{
fl->uli_u.dnports.sport = scp->addrloc;
fl->uli_u.dnports.dport = scp->addrrem;
fl->uli_u.dnports.objnum = scp->addr.sdn_objnum;
if (fl->uli_u.dnports.objnum == 0) {
fl->uli_u.dnports.objnamel = (__u8)dn_ntohs(scp->addr.sdn_objnamel);
memcpy(fl->uli_u.dnports.objname, scp->addr.sdn_objname, 16);
}
}

extern unsigned dn_mss_from_pmtu(struct net_device *dev, int mtu);
Expand Down
3 changes: 0 additions & 3 deletions trunk/include/net/flow.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ struct flowi {
struct {
__le16 sport;
__le16 dport;
__u8 objnum;
__u8 objnamel; /* Not 16 bits since max val is 16 */
__u8 objname[16]; /* Not zero terminated */
} dnports;

__be32 spi;
Expand Down

0 comments on commit 48d69d8

Please sign in to comment.