]> git.baikalelectronics.ru Git - kernel.git/commit
cls_cgroup: factor out classid retrieval
authorDaniel Borkmann <daniel@iogearbox.net>
Wed, 15 Jul 2015 12:21:41 +0000 (14:21 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jul 2015 19:41:30 +0000 (12:41 -0700)
commitb7fe366d2c57bf2e7847d86409181c654f7ddeea
treeed2f43c4b6058bf7ca91676afc320757fe277a15
parentb9107aca807d2f23cfb3430c88a16b58641cfe6c
cls_cgroup: factor out classid retrieval

Split out retrieving the cgroups net_cls classid retrieval into its
own function, so that it can be reused later on from other parts of
the traffic control subsystem. If there's no skb->sk, then the small
helper returns 0 as well, which in cls_cgroup terms means 'could not
classify'.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Cc: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/cls_cgroup.h
net/sched/cls_cgroup.c