Searched refs:to_offset (Results 1 – 3 of 3) sorted by relevance
/net/sched/ |
D | em_text.c | 24 u16 to_offset; member 43 to += tm->to_offset; in em_text_match() 63 conf->from_offset > conf->to_offset) in em_text_change() 92 tm->to_offset = conf->to_offset; in em_text_change() 116 conf.to_offset = tm->to_offset; in em_text_dump()
|
/net/netfilter/ |
D | xt_string.c | 35 conf->to_offset, conf->config, &state) in string_mt() 48 if (conf->from_offset > conf->to_offset) in string_mt_check()
|
/net/core/ |
D | datagram.c | 443 const struct iovec *to, int to_offset, in skb_copy_datagram_const_iovec() argument 454 if (memcpy_toiovecend(to, skb->data + offset, to_offset, copy)) in skb_copy_datagram_const_iovec() 459 to_offset += copy; in skb_copy_datagram_const_iovec() 479 offset - start, to_offset, copy); in skb_copy_datagram_const_iovec() 486 to_offset += copy; in skb_copy_datagram_const_iovec() 502 to, to_offset, in skb_copy_datagram_const_iovec() 508 to_offset += copy; in skb_copy_datagram_const_iovec()
|