Home
last modified time | relevance | path

Searched refs:rep_len (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/netfilter/
Dnf_nat_helper.c36 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-4.4.14/include/net/netfilter/
Dnf_nat_helper.h14 unsigned int rep_len, bool adjust);
23 unsigned int rep_len) in nf_nat_mangle_tcp_packet() argument
27 rep_buffer, rep_len, true); in nf_nat_mangle_tcp_packet()
34 unsigned int rep_len);
/linux-4.4.14/Documentation/accounting/
Dgetdelays.c172 int rep_len; in get_family_id() local
181 rep_len = recv(sd, &ans, sizeof(ans), 0); in get_family_id()
183 (rep_len < 0) || !NLMSG_OK((&ans.n), rep_len)) in get_family_id()
257 int c, rc, rep_len, aggr_len, len2; in main() local
444 rep_len = recv(nl_sd, &msg, sizeof(msg), 0); in main()
445 PRINTF("received %d bytes\n", rep_len); in main()
447 if (rep_len < 0) { in main()
453 !NLMSG_OK((&msg.n), rep_len)) { in main()
461 sizeof(struct nlmsghdr), msg.n.nlmsg_len, rep_len); in main()
464 rep_len = GENLMSG_PAYLOAD(&msg.n); in main()
[all …]
/linux-4.4.14/drivers/input/touchscreen/
Dcyttsp4_core.c943 u8 rep_len; in cyttsp4_xy_worker() local
960 rep_len = si->xy_mode[si->si_ofs.rep_ofs]; in cyttsp4_xy_worker()
964 "hst_mode=", hst_mode, "rep_len=", rep_len, in cyttsp4_xy_worker()
970 if (rep_len == 0 && num_cur_tch > 0) { in cyttsp4_xy_worker()
972 __func__, rep_len, num_cur_tch); in cyttsp4_xy_worker()