Add SO_BPF_EXTENSIONS flag to socket.

Returns the supported bpf extensions from the kernel. Linux only.
Closes GH-8713.
This commit is contained in:
David Carlier 2022-06-06 07:18:53 +01:00
parent ed6dab2040
commit d677cc13ce
5 changed files with 89 additions and 0 deletions

View file

@ -395,6 +395,7 @@ fcntl.h \
grp.h \
ieeefp.h \
langinfo.h \
linux/filter.h \
linux/sock_diag.h \
malloc.h \
poll.h \