aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
diff options
context:
space:
mode:
authorMenglong Dong <imagedong@tencent.com>2022-04-13 16:15:52 +0800
committerDavid S. Miller <davem@davemloft.net>2022-04-13 13:09:56 +0100
commitd6d3146ce532268ad0ffd8d92d2b7492898decf1 (patch)
tree4ece9be47269f6bc07b86282f4a82e82c21703b2 /net/ipv4/route.c
parentMerge branch 'octeon_ep-driver' (diff)
downloadlinux-dev-d6d3146ce532268ad0ffd8d92d2b7492898decf1.tar.xz
linux-dev-d6d3146ce532268ad0ffd8d92d2b7492898decf1.zip
skb: add some helpers for skb drop reasons
In order to simply the definition and assignment for 'enum skb_drop_reason', introduce some helpers. SKB_DR() is used to define a variable of type 'enum skb_drop_reason' with the 'SKB_DROP_REASON_NOT_SPECIFIED' initial value. SKB_DR_SET() is used to set the value of the variable. Seems it is a little useless? But it makes the code shorter. SKB_DR_OR() is used to set the value of the variable if it is not set yet, which means its value is SKB_DROP_REASON_NOT_SPECIFIED. Signed-off-by: Menglong Dong <imagedong@tencent.com> Reviewed-by: Jiang Biao <benbjiang@tencent.com> Reviewed-by: Hao Peng <flyingpeng@tencent.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/route.c')
0 files changed, 0 insertions, 0 deletions