Searched refs:rep_len (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | nf_nat_helper.c | 36 unsigned int rep_len) in mangle_contents() argument 44 memmove(data + match_offset + rep_len, in mangle_contents() 50 memcpy(data + match_offset, rep_buffer, rep_len); in mangle_contents() 53 if (rep_len > match_len) { in mangle_contents() 55 "%u from %u bytes\n", rep_len - match_len, skb->len); in mangle_contents() 56 skb_put(skb, rep_len - match_len); in mangle_contents() 59 "%u from %u bytes\n", match_len - rep_len, skb->len); in mangle_contents() 60 __skb_trim(skb, skb->len + rep_len - match_len); in mangle_contents() 99 unsigned int rep_len, bool adjust) in __nf_nat_mangle_tcp_packet() argument 108 if (rep_len > match_len && in __nf_nat_mangle_tcp_packet() [all …]
|
/Linux-v4.19/include/net/netfilter/ |
D | nf_nat_helper.h | 15 unsigned int rep_len, bool adjust); 24 unsigned int rep_len) in nf_nat_mangle_tcp_packet() argument 28 rep_buffer, rep_len, true); in nf_nat_mangle_tcp_packet() 35 unsigned int rep_len);
|
/Linux-v4.19/tools/accounting/ |
D | getdelays.c | 173 int rep_len; in get_family_id() local 182 rep_len = recv(sd, &ans, sizeof(ans), 0); in get_family_id() 184 (rep_len < 0) || !NLMSG_OK((&ans.n), rep_len)) in get_family_id() 258 int c, rc, rep_len, aggr_len, len2; in main() local 446 rep_len = recv(nl_sd, &msg, sizeof(msg), 0); in main() 447 PRINTF("received %d bytes\n", rep_len); in main() 449 if (rep_len < 0) { in main() 455 !NLMSG_OK((&msg.n), rep_len)) { in main() 463 sizeof(struct nlmsghdr), msg.n.nlmsg_len, rep_len); in main() 466 rep_len = GENLMSG_PAYLOAD(&msg.n); in main() [all …]
|
/Linux-v4.19/drivers/scsi/ |
D | sd_zbc.c | 80 unsigned int rep_len; in sd_zbc_report_zones() local 101 rep_len = get_unaligned_be32(&buf[0]); in sd_zbc_report_zones() 102 if (rep_len < 64) { in sd_zbc_report_zones() 105 rep_len); in sd_zbc_report_zones()
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | cyttsp4_core.c | 971 u8 rep_len; in cyttsp4_xy_worker() local 988 rep_len = si->xy_mode[si->si_ofs.rep_ofs]; in cyttsp4_xy_worker() 992 "hst_mode=", hst_mode, "rep_len=", rep_len, in cyttsp4_xy_worker() 998 if (rep_len == 0 && num_cur_tch > 0) { in cyttsp4_xy_worker() 1000 __func__, rep_len, num_cur_tch); in cyttsp4_xy_worker()
|