Searched refs:ofs (Results 1 – 3 of 3) sorted by relevance
136 int ofs = offsetof(struct ceph_options, mon_addr); in ceph_compare_options() local147 ret = memcmp(opt1, opt2, ofs); in ceph_compare_options()
462 int ofs; in ovs_ct_helper() local464 ofs = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), &nexthdr, in ovs_ct_helper()466 if (ofs < 0 || (frag_off & htons(~0x7)) != 0) { in ovs_ct_helper()470 protoff = ofs; in ovs_ct_helper()
778 size_t size, loff_t *ofs) in clusterip_proc_write() argument