/kernel/linux/linux-5.10/net/sched/ |
H A D | act_ipt.c | 79 struct tcf_ipt *ipt = to_ipt(a); in tcf_ipt_release() local 81 if (ipt->tcfi_t) { in tcf_ipt_release() 82 ipt_destroy_target(ipt->tcfi_t, a->idrinfo->net); in tcf_ipt_release() 83 kfree(ipt->tcfi_t); in tcf_ipt_release() 85 kfree(ipt->tcfi_tname); in tcf_ipt_release() 102 struct tcf_ipt *ipt; in __tcf_ipt_init() local 180 ipt = to_ipt(*a); in __tcf_ipt_init() 182 spin_lock_bh(&ipt->tcf_lock); in __tcf_ipt_init() 184 ipt_destroy_target(ipt->tcfi_t, net); in __tcf_ipt_init() 185 kfree(ipt in __tcf_ipt_init() 225 struct tcf_ipt *ipt = to_ipt(a); tcf_ipt_act() local 277 struct tcf_ipt *ipt = to_ipt(a); tcf_ipt_dump() local [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_ipt.c | 78 struct tcf_ipt *ipt = to_ipt(a); in tcf_ipt_release() local 80 if (ipt->tcfi_t) { in tcf_ipt_release() 81 ipt_destroy_target(ipt->tcfi_t, a->idrinfo->net); in tcf_ipt_release() 82 kfree(ipt->tcfi_t); in tcf_ipt_release() 84 kfree(ipt->tcfi_tname); in tcf_ipt_release() 103 struct tcf_ipt *ipt; in __tcf_ipt_init() local 193 ipt = to_ipt(*a); in __tcf_ipt_init() 195 spin_lock_bh(&ipt->tcf_lock); in __tcf_ipt_init() 197 ipt_destroy_target(ipt->tcfi_t, net); in __tcf_ipt_init() 198 kfree(ipt in __tcf_ipt_init() 260 struct tcf_ipt *ipt = to_ipt(a); tcf_ipt_act() local 333 struct tcf_ipt *ipt = to_ipt(a); tcf_ipt_dump() local [all...] |
/kernel/linux/linux-6.6/tools/power/x86/amd_pstate_tracer/ |
H A D | amd_pstate_trace.py | 35 import intel_pstate_tracer as ipt namespace 71 g_plot = ipt.common_gnuplot_settings() 79 ipt.set_4_plot_linestyles(g_plot) 88 g_plot = ipt.common_gnuplot_settings() 94 ipt.set_4_plot_linestyles(g_plot) 103 g_plot = ipt.common_gnuplot_settings() 110 ipt.set_4_plot_linestyles(g_plot) 117 g_plot = ipt.common_gnuplot_settings() 131 g_plot = ipt.common_gnuplot_settings() 145 g_plot = ipt [all...] |
/kernel/linux/linux-6.6/io_uring/ |
H A D | poll.c | 570 * inline and ipt.result_mask is set to the mask. 574 struct io_poll_table *ipt, __poll_t mask, in __io_arm_poll_handler() 585 ipt->pt._key = mask; in __io_arm_poll_handler() 586 ipt->req = req; in __io_arm_poll_handler() 587 ipt->error = 0; in __io_arm_poll_handler() 588 ipt->nr_entries = 0; in __io_arm_poll_handler() 600 ipt->owning = issue_flags & IO_URING_F_UNLOCKED; in __io_arm_poll_handler() 601 atomic_set(&req->poll_refs, (int)ipt->owning); in __io_arm_poll_handler() 607 mask = vfs_poll(req->file, &ipt->pt) & poll->events; in __io_arm_poll_handler() 609 if (unlikely(ipt in __io_arm_poll_handler() 572 __io_arm_poll_handler(struct io_kiocb *req, struct io_poll *poll, struct io_poll_table *ipt, __poll_t mask, unsigned issue_flags) __io_arm_poll_handler() argument 704 struct io_poll_table ipt; io_arm_poll_handler() local 956 struct io_poll_table ipt; io_poll_add() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | big_tcp.sh | 92 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 D | udpgro_fwd.sh | 112 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' | \
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | tc_l2_redirect.sh | 76 $IP link del ipt >& /dev/null 92 $IP link add ipt type ipip external 93 $IP link set dev ipt up 94 sysctl -q -w net.ipv4.conf.ipt.rp_filter=0 95 sysctl -q -w net.ipv4.conf.ipt.forwarding=1 106 $REDIRECT_USER -U /sys/fs/bpf/tc/globals/tun_iface -i $(< /sys/class/net/ipt/ifindex)
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | tc_l2_redirect.sh | 78 $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)
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 5724 struct io_poll_table *ipt, __poll_t mask) in __io_arm_poll_handler() 5733 ipt->pt._key = mask; in __io_arm_poll_handler() 5734 ipt->req = req; in __io_arm_poll_handler() 5735 ipt->error = 0; in __io_arm_poll_handler() 5736 ipt->nr_entries = 0; in __io_arm_poll_handler() 5743 mask = vfs_poll(req->file, &ipt->pt) & poll->events; in __io_arm_poll_handler() 5750 if (!mask && unlikely(ipt->error || !ipt->nr_entries)) { in __io_arm_poll_handler() 5752 if (!ipt->error) in __io_arm_poll_handler() 5753 ipt in __io_arm_poll_handler() 5722 __io_arm_poll_handler(struct io_kiocb *req, struct io_poll_iocb *poll, struct io_poll_table *ipt, __poll_t mask) __io_arm_poll_handler() argument 5808 struct io_poll_table ipt; io_arm_poll_handler() local 5991 struct io_poll_table ipt; io_poll_add() local [all...] |
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | ip_tables.c | 38 return xt_alloc_initial_table(ipt, IPT); in ipt_alloc_initial_table()
|
/kernel/linux/linux-6.6/net/ipv4/netfilter/ |
H A D | ip_tables.c | 36 return xt_alloc_initial_table(ipt, IPT); in ipt_alloc_initial_table()
|