Searched refs:ipt (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py34 import intel_pstate_tracer as ipt namespace
70 g_plot = ipt.common_gnuplot_settings()
78 ipt.set_4_plot_linestyles(g_plot)
87 g_plot = ipt.common_gnuplot_settings()
93 ipt.set_4_plot_linestyles(g_plot)
102 g_plot = ipt.common_gnuplot_settings()
109 ipt.set_4_plot_linestyles(g_plot)
116 g_plot = ipt.common_gnuplot_settings()
130 g_plot = ipt.common_gnuplot_settings()
144 g_plot = ipt
[all...]
/linux-master/tools/testing/selftests/net/
H A Dbig_tcp.sh92 local ipt="iptables"
96 [ "$NF" = "6" ] && ipt="ip6tables"
97 ip net exec $netns $ipt -t raw -A PREROUTING -i $iface \
102 local ipt="iptables"
106 [ "$NF" = "6" ] && ipt="ip6tables"
107 test `ip net exec $netns $ipt -t raw -L -v |grep $iface | awk '{print $1}'` != "0"
111 local ipt="iptables"
115 [ "$NF" = "6" ] && ipt="ip6tables"
116 ip net exec $netns $ipt -t raw -D PREROUTING -i $iface \
H A Dudpgro_fwd.sh112 local ipt=iptables
121 ipt=ip6tables
130 ip netns exec $NS_DST $ipt -A INPUT -p udp --dport 4789
131 ip netns exec $NS_DST $ipt -A INPUT -p udp --dport 8000
145 local rcv=`ip netns exec $NS_DST $ipt"-save" -c | grep 'dport 8000' | \
153 local vxrcv=`ip netns exec $NS_DST $ipt"-save" -c | grep 'dport 4789' | \
/linux-master/io_uring/
H A Dpoll.c577 * inline and ipt.result_mask is set to the mask.
581 struct io_poll_table *ipt, __poll_t mask,
589 ipt->pt._key = mask;
590 ipt->req = req;
591 ipt->error = 0;
592 ipt->nr_entries = 0;
604 ipt->owning = issue_flags & IO_URING_F_UNLOCKED;
605 atomic_set(&req->poll_refs, (int)ipt->owning);
622 mask = vfs_poll(req->file, &ipt->pt) & poll->events;
624 if (unlikely(ipt
579 __io_arm_poll_handler(struct io_kiocb *req, struct io_poll *poll, struct io_poll_table *ipt, __poll_t mask, unsigned issue_flags) argument
720 struct io_poll_table ipt; local
971 struct io_poll_table ipt; local
[all...]
/linux-master/samples/bpf/
H A Dtc_l2_redirect.sh78 $IP link del ipt >& /dev/null
95 $IP link add ipt type ipip external
96 $IP link set dev ipt up
97 sysctl -q -w net.ipv4.conf.ipt.rp_filter=0
98 sysctl -q -w net.ipv4.conf.ipt.forwarding=1
109 $REDIRECT_USER -U /sys/fs/bpf/tc/globals/tun_iface -i $(< /sys/class/net/ipt/ifindex)
/linux-master/net/ipv4/netfilter/
H A Dip_tables.c36 return xt_alloc_initial_table(ipt, IPT);

Completed in 122 milliseconds