summaryrefslogtreecommitdiff
path: root/sys/net/if_me.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_me.c')
-rw-r--r--sys/net/if_me.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/if_me.c b/sys/net/if_me.c
index c9679d23e67bd..05bc50cfb9175 100644
--- a/sys/net/if_me.c
+++ b/sys/net/if_me.c
@@ -451,6 +451,8 @@ me_input(struct mbuf *m, int off, int proto, void *arg)
struct ip *ip;
int hlen;
+ NET_EPOCH_ASSERT();
+
ifp = ME2IFP(sc);
/* checks for short packets */
hlen = sizeof(struct mobhdr);