Index: head/sys/netinet/in_pcb.c =================================================================== --- head/sys/netinet/in_pcb.c +++ head/sys/netinet/in_pcb.c @@ -3333,7 +3333,7 @@ if (ifp->if_snd_tag_alloc == NULL) { error = EOPNOTSUPP; } else { - error = ifp->if_snd_tag_alloc(ifp, ¶ms, &inp->inp_snd_tag); + error = ifp->if_snd_tag_alloc(ifp, ¶ms, st); #ifdef INET if (error == 0) {