Searched refs:ipt (Results 1 – 4 of 4) sorted by relevance
79 struct tcf_ipt *ipt = to_ipt(a); in tcf_ipt_release() local81 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() local180 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->tcfi_tname); in __tcf_ipt_init()[all …]
76 $IP link del ipt >& /dev/null92 $IP link add ipt type ipip external93 $IP link set dev ipt up94 sysctl -q -w net.ipv4.conf.ipt.rp_filter=095 sysctl -q -w net.ipv4.conf.ipt.forwarding=1106 $REDIRECT_USER -U /sys/fs/bpf/tc/globals/tun_iface -i $(< /sys/class/net/ipt/ifindex)
1836 struct io_poll_table ipt; in io_poll_add() local1857 ipt.pt._qproc = io_poll_queue_proc; in io_poll_add()1858 ipt.pt._key = poll->events; in io_poll_add()1859 ipt.req = req; in io_poll_add()1860 ipt.error = -EINVAL; /* same as no support for IOCB_CMD_POLL */ in io_poll_add()1868 mask = vfs_poll(poll->file, &ipt.pt) & poll->events; in io_poll_add()1874 if (ipt.error) in io_poll_add()1876 ipt.error = 0; in io_poll_add()1879 if (mask || ipt.error) in io_poll_add()1888 ipt.error = 0; in io_poll_add()[all …]
38 return xt_alloc_initial_table(ipt, IPT); in ipt_alloc_initial_table()