Files
i2som-imx-linux/include/uapi/linux
Daniel Borkmann 03e69b508b ebpf: add prandom helper for packet sampling
This work is similar to commit 4cd3675ebf ("filter: added BPF
random opcode") and adds a possibility for packet sampling in eBPF.

Currently, this is only possible in classic BPF and useful to
combine sampling with f.e. packet sockets, possible also with tc.

Example function proto-type looks like:

  u32 (*prandom_u32)(void) = (void *)BPF_FUNC_get_prandom_u32;

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-03-15 21:57:25 -04:00
..
2015-02-02 18:09:42 +01:00
2015-03-06 21:50:02 -05:00
2015-02-09 16:59:03 +09:00
2015-02-17 14:34:51 -08:00
2015-01-20 13:51:06 +01:00
2015-02-02 18:46:51 -08:00
2015-01-21 19:21:30 +01:00
2015-02-07 18:43:16 +08:00
2015-03-05 22:08:42 -05:00
2015-02-10 12:38:14 -07:00