Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81967
b: refs/heads/master
c: 5255dc6
h: refs/heads/master
i:
  81965: 86f8dba
  81963: 6b66e05
  81959: aab5ad2
  81951: 1dcfe32
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Feb 1, 2008
1 parent 4bfdc2e commit f54a723
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: cc8fd14dcaad61be74cbd5879f27a76f91473a3f
refs/heads/master: 5255dc6e14ce640ccb3e062362510a00ac59bbcd
1 change: 0 additions & 1 deletion trunk/net/xfrm/xfrm_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, __be32 *spi, __be32 *seq)
*seq = *(__be32*)(skb_transport_header(skb) + offset_seq);
return 0;
}
EXPORT_SYMBOL(xfrm_parse_spi);

int xfrm_prepare_input(struct xfrm_state *x, struct sk_buff *skb)
{
Expand Down
2 changes: 0 additions & 2 deletions trunk/net/xfrm/xfrm_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,6 @@ int xfrm_replay_check(struct xfrm_state *x,
xfrm_audit_state_replay(x, skb, net_seq);
return -EINVAL;
}
EXPORT_SYMBOL(xfrm_replay_check);

void xfrm_replay_advance(struct xfrm_state *x, __be32 net_seq)
{
Expand All @@ -1667,7 +1666,6 @@ void xfrm_replay_advance(struct xfrm_state *x, __be32 net_seq)
if (xfrm_aevent_is_on())
xfrm_replay_notify(x, XFRM_REPLAY_UPDATE);
}
EXPORT_SYMBOL(xfrm_replay_advance);

static LIST_HEAD(xfrm_km_list);
static DEFINE_RWLOCK(xfrm_km_lock);
Expand Down

0 comments on commit f54a723

Please sign in to comment.