summaryrefslogtreecommitdiff
path: root/net/ethernet
ModeNameSize
-rw-r--r--Makefile65logplain
-rw-r--r--eth.c14284logplain
d>7-19/+15 It is never accessed for reading and the only places that write to it are the icmp(6) handlers, which also set skb->nfct (and skb->nfctinfo). The conntrack core specifically checks for attached skb->nfct after ->error() invocation and returns early in this case. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>