Home
last modified time | relevance | path

Searched refs:ofs (Results 1 – 3 of 3) sorted by relevance

/net/ceph/
Dceph_common.c136 int ofs = offsetof(struct ceph_options, mon_addr); in ceph_compare_options() local
147 ret = memcmp(opt1, opt2, ofs); in ceph_compare_options()
/net/openvswitch/
Dconntrack.c462 int ofs; in ovs_ct_helper() local
464 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()
/net/ipv4/netfilter/
Dipt_CLUSTERIP.c778 size_t size, loff_t *ofs) in clusterip_proc_write() argument