From 8f62dbebe1b55307f420e4b9164fb86ec654824f Mon Sep 17 00:00:00 2001 From: darrenr Date: Sun, 2 May 2004 06:36:30 +0000 Subject: Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra arg (the type of tag to claim) and push it out of ip_var.h into mbuf.h alongside all of the other macros that work ok mbuf's and tag's. --- sys/netinet/ip_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet/ip_input.c') diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index a4b5844..063bfa4 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -318,7 +318,7 @@ ip_input(struct mbuf *m) M_ASSERTPKTHDR(m); - args.next_hop = ip_claim_next_hop(m); + args.next_hop = m_claim_next_hop(m, PACKET_TAG_IPFORWARD); args.rule = ip_dn_claim_rule(m); if (m->m_flags & M_FASTFWD_OURS) { -- cgit v1.1