/****************************************************************************** ******************************************************************************* ** ** Copyright (C) 2005 Red Hat, Inc. All rights reserved. ** ** This copyrighted material is made available to anyone wishing to use, ** modify, copy, or redistribute it subject to the terms and conditions ** of the GNU General Public License v.2. ** ******************************************************************************* ******************************************************************************/ #ifndef __UTIL_DOT_H__ #define __UTIL_DOT_H__ void dlm_message_out(struct dlm_message *ms); void dlm_message_in(struct dlm_message *ms); void dlm_rcom_out(struct dlm_rcom *rc); void dlm_rcom_in(struct dlm_rcom *rc); #endif x/net-next.git/'>net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/Documentation/isdn/README.FAQ
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/isdn/README.FAQ')
script>
authorDaniel Borkmann <daniel@iogearbox.net>2016-10-17 14:28:35 +0200
committerDavid S. Miller <davem@davemloft.net>2016-10-18 11:35:54 -0400
commit1a776b9ce82d2df9c7ba140588a49721ffb0dc8f (patch)
tree092fce16a7122bf3ea0039a67d7ffc3d9f29d509 /samples
parent1441dc99faba2b3fd3a55e18cd955feb3667346a (diff)
bpf: add various tests around spill/fill of regs
Add several spill/fill tests. Besides others, one that performs xadd on the spilled register, one ldx/stx test where different types are spilled from two branches and read out from common path. Verfier does handle all correctly. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'samples')