Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147196139
D38432.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
511 B
Referenced Files
None
Subscribers
None
D38432.id.diff
View Options
diff --git a/sys/net/bpf.c b/sys/net/bpf.c
--- a/sys/net/bpf.c
+++ b/sys/net/bpf.c
@@ -3120,16 +3120,31 @@
{
}
+void
+bpf_tap_if(if_t ifp, u_char *pkt, u_int pktlen)
+{
+}
+
void
bpf_mtap(struct bpf_if *bp, struct mbuf *m)
{
}
+void
+bpf_mtap_if(if_t ifp, struct mbuf *m)
+{
+}
+
void
bpf_mtap2(struct bpf_if *bp, void *d, u_int l, struct mbuf *m)
{
}
+void
+bpf_mtap2_if(if_t ifp, void *data, u_int dlen, struct mbuf *m)
+{
+}
+
void
bpfattach(struct ifnet *ifp, u_int dlt, u_int hdrlen)
{
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 10, 12:52 AM (2 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29466574
Default Alt Text
D38432.id.diff (511 B)
Attached To
Mode
D38432: bpf: Add missing NOP stubs
Attached
Detach File
Event Timeline
Log In to Comment