Searched refs:match_offset (Results 1 – 7 of 7) sorted by relevance
/linux/net/netfilter/ |
H A D | nf_nat_helper.c | 27 unsigned int match_offset, in mangle_contents() argument 38 memmove(data + match_offset + rep_len, in mangle_contents() 39 data + match_offset + match_len, in mangle_contents() 41 match_offset + match_len)); in mangle_contents() 44 memcpy(data + match_offset, rep_buffer, rep_len); in mangle_contents() 90 unsigned int match_offset, in __nf_nat_mangle_tcp_packet() argument 110 match_offset, match_len, rep_buffer, rep_len); in __nf_nat_mangle_tcp_packet() 140 unsigned int match_offset, in nf_nat_mangle_udp_packet() argument 160 match_offset, match_len, rep_buffer, rep_len); in nf_nat_mangle_udp_packet()
|
/linux/include/net/netfilter/ |
H A D | nf_nat_helper.h | 13 unsigned int protoff, unsigned int match_offset, 21 unsigned int match_offset, in nf_nat_mangle_tcp_packet() argument 27 match_offset, match_len, in nf_nat_mangle_tcp_packet() 33 unsigned int protoff, unsigned int match_offset,
|
/linux/fs/ntfs3/lib/ |
H A D | lzx_decompress.c | 483 u32 match_offset; in lzx_decompress_block() local 514 match_offset = recent_offsets[offset_slot]; in lzx_decompress_block() 525 match_offset = lzx_offset_slot_base[offset_slot]; in lzx_decompress_block() 533 match_offset += in lzx_decompress_block() 537 match_offset += read_alignedsym(d, is); in lzx_decompress_block() 539 match_offset += bitstream_read_bits(is, num_extra_bits); in lzx_decompress_block() 543 match_offset -= (LZX_NUM_RECENT_OFFSETS - 1); in lzx_decompress_block() 548 recent_offsets[0] = match_offset; in lzx_decompress_block() 556 if (match_offset > (size_t)(out_next - out_begin)) in lzx_decompress_block() 559 out_next = lz_copy(out_next, match_len, match_offset, in lzx_decompress_block()
|
/linux/drivers/pci/ |
H A D | pci-acpi.c | 444 u16 match_offset; member 562 pci_read_config_dword(dev, pos + reg->match_offset, &match_reg); in program_hpx_type3_register() 603 hpx3_reg->match_offset = reg_fields[8].integer.value; in parse_hpx3_register()
|
/linux/include/net/ |
H A D | cfg80211.h | 6860 unsigned int match_offset); 6889 unsigned int match_offset) in cfg80211_find_ie_match() argument 6894 if (WARN_ON((match_len && match_offset < 2) || in cfg80211_find_ie_match() 6895 (!match_len && match_offset))) in cfg80211_find_ie_match() 6900 match_offset ? in cfg80211_find_ie_match() 6901 match_offset - 2 : 0); in cfg80211_find_ie_match()
|
/linux/net/wireless/ |
H A D | scan.c | 1361 unsigned int match_offset) in cfg80211_find_elem_match() argument 1366 if (elem->datalen >= match_offset + match_len && in cfg80211_find_elem_match() 1367 !memcmp(elem->data + match_offset, match, match_len)) in cfg80211_find_elem_match()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 3200 u32 match_offset; member 3359 void *match_mask = headers_c + f->match_offset; in offload_pedit_fields() 3360 void *match_val = headers_v + f->match_offset; in offload_pedit_fields()
|