Searched refs:fo (Results 1 – 10 of 10) sorted by relevance
| /linux/net/ipv6/netfilter/ |
| H A D | nf_reject_ipv6.c | 33 __be16 fo; in nf_reject_v6_csum_ok() local 44 thoff = ipv6_skip_exthdr(skb, ((u8*)(ip6h+1) - skb->data), &proto, &fo); in nf_reject_v6_csum_ok() 45 if (thoff < 0 || thoff >= skb->len || (fo & htons(~0x7)) != 0) in nf_reject_v6_csum_ok() 114 __be16 fo; in nf_skb_is_icmp6_unreach() local 116 thoff = ipv6_skip_exthdr(skb, ((u8 *)(ip6h + 1) - skb->data), &proto, &fo); in nf_skb_is_icmp6_unreach() 118 if (thoff < 0 || thoff >= skb->len || fo != 0) in nf_skb_is_icmp6_unreach() 420 __be16 fo; in reject6_csum_ok() local 427 thoff = ipv6_skip_exthdr(skb, ((u8 *)(ip6h + 1) - skb->data), &proto, &fo); in reject6_csum_ok() 429 if (thoff < 0 || thoff >= skb->len || (fo & htons(~0x7)) != 0) in reject6_csum_ok()
|
| /linux/fs/ntfs3/ |
| H A D | fsntfs.c | 141 u16 fo = le16_to_cpu(rhdr->fix_off); in ntfs_fix_pre_write() local 144 if ((fo & 1) || fo + fn * sizeof(short) > SECTOR_SIZE || !fn-- || in ntfs_fix_pre_write() 150 fixup = Add2Ptr(rhdr, fo); in ntfs_fix_pre_write() 179 u16 sample, fo, fn; in ntfs_fix_post_read() local 181 fo = le16_to_cpu(rhdr->fix_off); in ntfs_fix_post_read() 186 if ((fo & 1) || fo + fn * sizeof(short) > SECTOR_SIZE || !fn-- || in ntfs_fix_post_read() 192 fixup = Add2Ptr(rhdr, fo); in ntfs_fix_post_read() 1446 u16 fo = le16_to_cpu(rhdr->fix_off); in ntfs_write_bh() local 1452 if ((fo & 1) || fo + fn * sizeof(short) > SECTOR_SIZE || !fn-- || in ntfs_write_bh() 1476 fixup = Add2Ptr(bh_data, fo); in ntfs_write_bh() [all …]
|
| H A D | index.c | 671 u16 fo = le16_to_cpu(rhdr->fix_off); in index_buf_check() local 676 fo < sizeof(struct INDEX_BUFFER) in index_buf_check() 678 || (vbn && *vbn != le64_to_cpu(ib->vbn)) || (fo % sizeof(short)) || in index_buf_check() 679 fo + fn * sizeof(short) >= bytes || in index_buf_check()
|
| H A D | fslog.c | 2699 u16 fo; in check_index_buffer() local 2705 fo = (SECTOR_SIZE - ((bytes >> SECTOR_SHIFT) + 1) * sizeof(short)); in check_index_buffer() 2707 if (le16_to_cpu(r->fix_off) > fo) in check_index_buffer() 2845 u16 fo = le16_to_cpu(rec->rhdr.fix_off); in check_file_record() local 2853 fo > (SECTOR_SIZE - ((rs >> SECTOR_SHIFT) + 1) * sizeof(short)) || in check_file_record()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | select_reuseport.c | 192 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 D | tcp_output.c | 4205 struct tcp_fastopen_request *fo = tp->fastopen_req; in tcp_send_syn_data() local 4211 if (!tcp_fastopen_cookie_check(sk, &tp->rx_opt.mss_clamp, &fo->cookie)) in tcp_send_syn_data() 4225 space = min_t(size_t, space, fo->size); in tcp_send_syn_data() 4241 space, &fo->data->msg_iter); in tcp_send_syn_data() 4252 skb_zcopy_set(syn_data, fo->uarg, NULL); in tcp_send_syn_data() 4255 if (space == fo->size) in tcp_send_syn_data() 4256 fo->data = NULL; in tcp_send_syn_data() 4257 fo->copied = space; in tcp_send_syn_data() 4275 tp->syn_data = (fo->copied > 0); in tcp_send_syn_data() 4287 if (fo->cookie.len > 0) in tcp_send_syn_data() [all …]
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2_priv.h | 156 extern int xfs_dir2_node_trim_free(struct xfs_da_args *args, xfs_fileoff_t fo,
|
| /linux/drivers/md/ |
| H A D | raid10.c | 3758 int nc, fc, fo; in setup_geo() local 3786 fo = layout & (1<<16); in setup_geo() 3792 geo->far_offset = fo; in setup_geo() 3968 int fc, fo; in raid10_run() local 3971 fo = mddev->layout & (1<<16); in raid10_run() 3972 if (fc > 1 || fo > 0) { in raid10_run()
|
| /linux/fs/erofs/ |
| H A D | zdata.c | 111 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()
|
| /linux/fs/f2fs/ |
| H A D | super.c | 78 unsigned long type, enum fault_option fo) in f2fs_build_fault_attr() argument 82 if (fo & FAULT_ALL) { in f2fs_build_fault_attr() 87 if (fo & FAULT_RATE) { in f2fs_build_fault_attr() 95 if (fo & FAULT_TYPE) { in f2fs_build_fault_attr() 102 if (fo & FAULT_TIMEOUT) { in f2fs_build_fault_attr()
|