Home
last modified time | relevance | path

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

/linux-6.6.21/net/netfilter/
Dnf_nat_helper.c27 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-6.6.21/include/net/netfilter/
Dnf_nat_helper.h13 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-6.6.21/fs/ntfs3/lib/
Dlzx_decompress.c483 u32 match_offset; in lzx_decompress_block() local
514 match_offset = recent_offsets[offset_slot]; in lzx_decompress_block()
516 recent_offsets[0] = match_offset; in lzx_decompress_block()
526 match_offset = lzx_offset_slot_base[offset_slot]; in lzx_decompress_block()
534 match_offset += in lzx_decompress_block()
538 match_offset += read_alignedsym(d, is); in lzx_decompress_block()
540 match_offset += bitstream_read_bits(is, num_extra_bits); in lzx_decompress_block()
544 match_offset -= (LZX_NUM_RECENT_OFFSETS - 1); in lzx_decompress_block()
549 recent_offsets[0] = match_offset; in lzx_decompress_block()
557 if (match_offset > (size_t)(out_next - out_begin)) in lzx_decompress_block()
[all …]
/linux-6.6.21/drivers/pci/
Dpci-acpi.c421 u16 match_offset; member
539 pci_read_config_dword(dev, pos + reg->match_offset, &match_reg); in program_hpx_type3_register()
580 hpx3_reg->match_offset = reg_fields[8].integer.value; in parse_hpx3_register()
/linux-6.6.21/include/net/
Dcfg80211.h6536 unsigned int match_offset);
6565 unsigned int match_offset) in cfg80211_find_ie_match() argument
6570 if (WARN_ON((match_len && match_offset < 2) || in cfg80211_find_ie_match()
6571 (!match_len && match_offset))) in cfg80211_find_ie_match()
6576 match_offset ? in cfg80211_find_ie_match()
6577 match_offset - 2 : 0); in cfg80211_find_ie_match()
/linux-6.6.21/net/wireless/
Dscan.c1306 unsigned int match_offset) in cfg80211_find_elem_match() argument
1311 if (elem->datalen >= match_offset + match_len && in cfg80211_find_elem_match()
1312 !memcmp(elem->data + match_offset, match, match_len)) in cfg80211_find_elem_match()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3081 u32 match_offset; member
3240 void *match_mask = headers_c + f->match_offset; in offload_pedit_fields()
3241 void *match_val = headers_v + f->match_offset; in offload_pedit_fields()