]> git.baikalelectronics.ru Git - kernel.git/commit
arp: decompose is_garp logic into a separate function
authorIhar Hrachyshka <ihrachys@redhat.com>
Thu, 18 May 2017 19:41:19 +0000 (12:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 May 2017 17:26:45 +0000 (13:26 -0400)
commitb39a7254c3ae5b960e11b2abf199bd250bfa04ab
tree831a02bc8d919ba4db70d0f5a35179dadddcf0f6
parent3a80f3af3df4f57b5bd7694872e666377726ac2c
arp: decompose is_garp logic into a separate function

The code is quite involving already to earn a separate function for
itself. If anything, it helps arp_process readability.

Signed-off-by: Ihar Hrachyshka <ihrachys@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/arp.c