Searched hist:"808 c1b697c3c4dd2a7132882424c390b0d0acfb9" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/ |
H A D | dst.h | diff 808c1b697c3c4dd2a7132882424c390b0d0acfb9 Tue Mar 15 19:42:50 CDT 2016 Daniel Borkmann <daniel@iogearbox.net> bpf, dst: add and use dst_tclassid helper
We can just add a small helper dst_tclassid() for retrieving the dst->tclassid value. It makes the code a bit better in that we can get rid of the ifdef from filter.c by moving this into the header.
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/core/ |
H A D | filter.c | diff 808c1b697c3c4dd2a7132882424c390b0d0acfb9 Tue Mar 15 19:42:50 CDT 2016 Daniel Borkmann <daniel@iogearbox.net> bpf, dst: add and use dst_tclassid helper
We can just add a small helper dst_tclassid() for retrieving the dst->tclassid value. It makes the code a bit better in that we can get rid of the ifdef from filter.c by moving this into the header.
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|