Home
last modified time | relevance | path

Searched refs:fo (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c192 int fo; in write_int_sysctl()
194 fo = read_int_sysctl(TCP_FO_SYSCTL); in enable_fastopen()
195 if (fo < 0) in enable_fastopen()
198 return write_int_sysctl(TCP_FO_SYSCTL, fo | 7); in enable_fastopen()
196 int fo; enable_fastopen() local
/linux/net/ipv4/
H A Dtcp_output.c4200 struct tcp_fastopen_request *fo = tp->fastopen_req; in tcp_send_syn_data() local
4206 if (!tcp_fastopen_cookie_check(sk, &tp->rx_opt.mss_clamp, &fo->cookie)) in tcp_send_syn_data()
4220 space = min_t(size_t, space, fo->size); in tcp_send_syn_data()
4236 space, &fo->data->msg_iter); in tcp_send_syn_data()
4247 skb_zcopy_set(syn_data, fo->uarg, NULL); in tcp_send_syn_data()
4250 if (space == fo->size) in tcp_send_syn_data()
4251 fo->data = NULL; in tcp_send_syn_data()
4252 fo->copied = space; in tcp_send_syn_data()
4270 tp->syn_data = (fo->copied > 0); in tcp_send_syn_data()
4282 if (fo->cookie.len > 0) in tcp_send_syn_data()
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_dir2_priv.h156 extern int xfs_dir2_node_trim_free(struct xfs_da_args *args, xfs_fileoff_t fo,
/linux/drivers/md/
H A Draid10.c3774 int nc, fc, fo; in setup_geo()
3802 fo = layout & (1<<16); in setup_geo()
3808 geo->far_offset = fo; in setup_geo()
3985 int fc, fo; in raid10_run()
3988 fo = mddev->layout & (1<<16); in raid10_run()
3989 if (fc > 1 || fo > 0) { in raid10_run()
3765 int nc, fc, fo; setup_geo() local
3975 int fc, fo; raid10_run() local
/linux/arch/s390/kvm/
H A Dgaccess.c85 unsigned long fo : 1; /* Fetch-Only Bit */ member
317 if (ale.fo == 1 && mode == GACC_STORE) in ar_translation()
/linux/fs/erofs/
H A Dzdata.c111 static bool erofs_folio_is_managed(struct erofs_sb_info *sbi, struct folio *fo) in erofs_folio_is_managed() argument
113 return fo->mapping == MNGD_MAPPING(sbi); in erofs_folio_is_managed()