Home
last modified time | relevance | path

Searched refs:nf_queue (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/net/netfilter/
H A DMakefile51 nf_queue \
58 $(OUTPUT)/nf_queue: CFLAGS += $(MNL_CFLAGS)
59 $(OUTPUT)/nf_queue: LDLIBS += $(MNL_LDLIBS)
H A Dnft_queue.sh3 # This tests nf_queue:
221 # completion, nfnetlink should do so automatically because nf_queue
232 # spawn nf_queue listeners
233 ip netns exec "$nsrouter" ./nf_queue -c -q 0 -t $timeout > "$TMPFILE0" &
234 ip netns exec "$nsrouter" ./nf_queue -c -q 1 -t $timeout > "$TMPFILE1" &
271 ip netns exec "$nsrouter" ./nf_queue -q 2 &
293 ip netns exec "$nsrouter" ./nf_queue -q 3 &
308 ip netns exec "$nsrouter" ./nf_queue -q 3 &
337 ip netns exec "$nsrouter" ./nf_queue -c -q 1 -t "$timeout" > "$TMPFILE2" &
341 ip netns exec "$nsrouter" ./nf_queue
[all...]
H A D.gitignore7 nf_queue
H A Dbr_netfilter_queue.sh69 ./nf_queue -t 5 > /dev/null &
/linux/net/netfilter/
H A Dnf_queue.c235 int nf_queue(struct sk_buff *skb, struct nf_hook_state *state, in nf_queue() function
250 EXPORT_SYMBOL_GPL(nf_queue);
H A DMakefile2 netfilter-objs := core.o nf_log.o nf_queue.o nf_sockopt.o utils.o
H A Dcore.c26 #include <net/netfilter/nf_queue.h>
635 ret = nf_queue(skb, state, s, verdict); in nf_hook_slow()
H A Dnfnetlink_queue.c359 err = nf_queue(skb, &entry->state, i, verdict); in nf_reinject()
/linux/include/net/netfilter/
H A Dnf_queue.h126 int nf_queue(struct sk_buff *skb, struct nf_hook_state *state,
/linux/net/bridge/
H A Dbr_input.c303 ret = nf_queue(skb, &state, i, verdict); in nf_hook_bridge_pre()