Searched refs:from_offset (Results 1 – 7 of 7) sorted by relevance
/linux/net/sched/ |
H A D | em_text.c | 19 u16 from_offset; member 35 from += tm->from_offset; in em_text_match() 58 conf->from_offset > conf->to_offset) in em_text_change() 86 tm->from_offset = conf->from_offset; in em_text_change() 112 conf.from_offset = tm->from_offset; in em_text_dump()
|
/linux/net/netfilter/ |
H A D | xt_string.c | 31 return (skb_find_text((struct sk_buff *)skb, conf->from_offset, in string_mt() 45 if (conf->from_offset > conf->to_offset) in string_mt_check()
|
/linux/drivers/md/dm-vdo/indexer/ |
H A D | delta-index.c | 602 static void move_bits_down(const u8 *from, u64 from_offset, u8 *to, u64 to_offset, u32 size) in move_bits_down() argument 612 field = get_big_field(from, from_offset, count); in move_bits_down() 614 from_offset += count; in move_bits_down() 619 offset = from_offset % BITS_PER_TYPE(u32); in move_bits_down() 620 source = from + (from_offset - offset) / BITS_PER_BYTE; in move_bits_down() 626 from_offset += BITS_PER_TYPE(u32); in move_bits_down() 633 field = get_big_field(from, from_offset, size); in move_bits_down() 642 static void move_bits_up(const u8 *from, u64 from_offset, u8 *to, u64 to_offset, u32 size) in move_bits_up() argument 654 field = get_big_field(from, from_offset + size, count); in move_bits_up() 659 offset = (from_offset + size) % BITS_PER_TYPE(u32); in move_bits_up() [all …]
|
/linux/include/uapi/linux/tc_ematch/ |
H A D | tc_em_text.h | 12 __u16 from_offset; member
|
/linux/include/uapi/linux/netfilter/ |
H A D | xt_string.h | 16 __u16 from_offset; member
|
/linux/drivers/misc/bcm-vk/ |
H A D | bcm_vk_tty.c | 146 vktty->from_offset = FROM_TTYK_BASE(index); in bcm_vk_tty_open()
|
H A D | bcm_vk.h | 272 u32 from_offset; /* bar offset to use */ member
|