Searched refs:match_offset (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/net/netfilter/ |
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-v5.15/include/net/netfilter/ |
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-v5.15/fs/ntfs3/lib/ |
D | lzx_decompress.c | 483 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-v5.15/drivers/pci/ |
D | pci-acpi.c | 420 u16 match_offset; member 538 pci_read_config_dword(dev, pos + reg->match_offset, &match_reg); in program_hpx_type3_register() 579 hpx3_reg->match_offset = reg_fields[8].integer.value; in parse_hpx3_register()
|
/Linux-v5.15/include/net/ |
D | cfg80211.h | 5869 unsigned int match_offset); 5898 unsigned int match_offset) in cfg80211_find_ie_match() argument 5903 if (WARN_ON((match_len && match_offset < 2) || in cfg80211_find_ie_match() 5904 (!match_len && match_offset))) in cfg80211_find_ie_match() 5909 match_offset ? in cfg80211_find_ie_match() 5910 match_offset - 2 : 0); in cfg80211_find_ie_match()
|
/Linux-v5.15/net/wireless/ |
D | scan.c | 1225 unsigned int match_offset) in cfg80211_find_elem_match() argument 1230 if (elem->datalen >= match_offset + match_len && in cfg80211_find_elem_match() 1231 !memcmp(elem->data + match_offset, match, match_len)) in cfg80211_find_elem_match()
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 2586 u32 match_offset; member 2740 void *match_mask = headers_c + f->match_offset; in offload_pedit_fields() 2741 void *match_val = headers_v + f->match_offset; in offload_pedit_fields()
|