Home
last modified time | relevance | path

Searched refs:sit (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dwith_tunnels.sh12 ip link add "sit_${SUFFIX}" type sit ${CONFIG}
H A Dwith_addr.sh26 ip link add "${SIT_DEV_NAME}" type sit remote any local any \
27 || fail 'failed to add sit'
29 || fail 'failed to bring sit device up'
H A Dtest_tc_tunnel.sh105 echo "sit"
106 $0 ipv6 sit none 100
223 if [[ "${tuntype}" == "sit" ]]; then
281 if [[ "${tuntype}" == "sit" ]]; then
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dwith_tunnels.sh12 ip link add "sit_${SUFFIX}" type sit ${CONFIG}
H A Dwith_addr.sh26 ip link add "${SIT_DEV_NAME}" type sit remote any local any \
27 || fail 'failed to add sit'
29 || fail 'failed to bring sit device up'
H A Dtest_tc_tunnel.sh109 echo "sit"
110 $0 ipv6 sit none 100
239 if [[ "${tuntype}" == "sit" ]]; then
/kernel/linux/linux-5.10/net/ipv6/
H A DMakefile44 obj-$(CONFIG_IPV6_SIT) += sit.o
/kernel/linux/linux-6.6/net/ipv6/
H A DMakefile41 obj-$(CONFIG_IPV6_SIT) += sit.o
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H A Defct_unsol.c160 struct fc_frame_header *fchdr, bool sit) in efct_populate_io_fcp_cmd()
177 io->seq_init = sit; in efct_populate_io_fcp_cmd()
159 efct_populate_io_fcp_cmd(struct efct_io *io, struct fcp_cmnd *cmnd, struct fc_frame_header *fchdr, bool sit) efct_populate_io_fcp_cmd() argument
/kernel/linux/linux-5.10/fs/f2fs/
H A Dsegment.c2456 /* add it into sit main buffer */ in f2fs_invalidate_blocks()
3920 /* Step 2: restore sit cache */ in read_compacted_summaries()
4098 /* Step 2: write sit cache */ in write_compacted_summaries()
4315 * add and account sit entries of dirty bitmap in sit entry in f2fs_flush_sit_entries()
4321 * if there are no enough space in journal to store dirty sit in f2fs_flush_sit_entries()
4323 * them in sit entry set. in f2fs_flush_sit_entries()
4330 * there are two steps to flush sit entries: in f2fs_flush_sit_entries()
4331 * #1, flush sit entries to journal in current cold data summary block. in f2fs_flush_sit_entries()
4332 * #2, flush sit entrie in f2fs_flush_sit_entries()
4599 struct f2fs_sit_entry sit; build_sit_entries() local
[all...]
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsegment.c2500 /* add it into sit main buffer */ in f2fs_invalidate_blocks()
3867 /* Step 2: restore sit cache */ in read_compacted_summaries()
4047 /* Step 2: write sit cache */ in write_compacted_summaries()
4262 * add and account sit entries of dirty bitmap in sit entry in f2fs_flush_sit_entries()
4268 * if there are no enough space in journal to store dirty sit in f2fs_flush_sit_entries()
4270 * them in sit entry set. in f2fs_flush_sit_entries()
4277 * there are two steps to flush sit entries: in f2fs_flush_sit_entries()
4278 * #1, flush sit entries to journal in current cold data summary block. in f2fs_flush_sit_entries()
4279 * #2, flush sit entrie in f2fs_flush_sit_entries()
4546 struct f2fs_sit_entry sit; build_sit_entries() local
[all...]

Completed in 23 milliseconds