diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2023-07-21 18:16:25 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2023-08-25 16:50:14 +0000 |
| commit | 2a3716432d209c5fef1eb1a719f4c1914e7c8b5a (patch) | |
| tree | 5786c53ffd485f694049b342f1c1080acfb24336 /sys/net | |
| parent | 8052b01e7e4113fa8296ce43c354116b0a1774b7 (diff) | |
Diffstat (limited to 'sys/net')
| -rw-r--r-- | sys/net/if.c | 12 | ||||
| -rw-r--r-- | sys/net/if_var.h | 2 |
2 files changed, 0 insertions, 14 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index fd4db49a658d..7a78ebcfea05 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -4910,18 +4910,6 @@ if_gethandle(u_char type) } void -if_bpfmtap(if_t ifp, struct mbuf *m) -{ - BPF_MTAP(ifp, m); -} - -void -if_etherbpfmtap(if_t ifp, struct mbuf *m) -{ - ETHER_BPF_MTAP(ifp, m); -} - -void if_vlancap(if_t ifp) { VLAN_CAPABILITIES(ifp); diff --git a/sys/net/if_var.h b/sys/net/if_var.h index 48a503df7ffe..ba37a98c96fb 100644 --- a/sys/net/if_var.h +++ b/sys/net/if_var.h @@ -629,8 +629,6 @@ int if_vlantrunkinuse(if_t ifp); caddr_t if_getlladdr(const if_t ifp); struct vnet *if_getvnet(const if_t ifp); void *if_gethandle(u_char); -void if_bpfmtap(if_t ifp, struct mbuf *m); -void if_etherbpfmtap(if_t ifp, struct mbuf *m); void if_vlancap(if_t ifp); int if_transmit(if_t ifp, struct mbuf *m); void if_init(if_t ifp, void *ctx); |
