https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227654

--- Comment #1 from Eugene Grosbein <eu...@freebsd.org> ---
$ addr2line -e kernel.debug -i -f -C  ffffffff806fe6ac
ether_output_frame
/data2/src/sys/net/if_ethersubr.c:449
ether_output
/data2/src/sys/net/if_ethersubr.c:435


(kgdb) l /data2/src/sys/net/if_ethersubr.c:449
444     int
445     ether_output_frame(struct ifnet *ifp, struct mbuf *m)
446     {
447             int i;
448     
449             if (PFIL_HOOKED(&V_link_pfil_hook)) {
450                     i = pfil_run_hooks(&V_link_pfil_hook, &m, ifp,
PFIL_OUT, NULL);
451     
452                     if (i != 0)
453                             return (EACCES);

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to