Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c386 int ihl, cofs; in set_sctp_state() local
394 cofs = ihl + sizeof(struct sctphdr); in set_sctp_state()
395 sch = skb_header_pointer(skb, cofs, sizeof(_sctpch), &_sctpch); in set_sctp_state()
416 sch = skb_header_pointer(skb, cofs + ALIGN(clen, 4), in set_sctp_state()