Home
last modified time | relevance | path

Searched refs:urg_ptr (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/net/ipv4/netfilter/
Dipt_SYNPROXY.c107 nth->urg_ptr = 0; in synproxy_send_client_synack()
151 nth->urg_ptr = 0; in synproxy_send_server_syn()
191 nth->urg_ptr = 0; in synproxy_send_server_ack()
229 nth->urg_ptr = 0; in synproxy_send_client_ack()
/linux-4.4.14/drivers/net/slip/
Dslhc.c364 deltaS = ntohs(th->urg_ptr); in slhc_compress()
367 } else if(th->urg_ptr != oth->urg_ptr){ in slhc_compress()
560 thp->urg_ptr = htons(x); in slhc_uncompress()
/linux-4.4.14/net/ipv6/netfilter/
Dip6t_SYNPROXY.c120 nth->urg_ptr = 0; in synproxy_send_client_synack()
164 nth->urg_ptr = 0; in synproxy_send_server_syn()
204 nth->urg_ptr = 0; in synproxy_send_server_ack()
242 nth->urg_ptr = 0; in synproxy_send_client_ack()
Dnf_reject_ipv6.c121 tcph->urg_ptr = 0; in nf_reject_ip6_tcphdr_put()
/linux-4.4.14/include/uapi/linux/
Dtcp.h56 __be16 urg_ptr; member
/linux-4.4.14/net/netfilter/
Dnf_log_common.c108 nf_log_buf_add(m, "URGP=%u ", ntohs(th->urg_ptr)); in nf_log_dump_tcp_header()
/linux-4.4.14/net/ipv4/
Dtcp_output.c977 th->urg_ptr = 0; in tcp_transmit_skb()
982 th->urg_ptr = htons(tp->snd_up - tcb->seq); in tcp_transmit_skb()
985 th->urg_ptr = htons(0xFFFF); in tcp_transmit_skb()
Dtcp_input.c4996 u32 ptr = ntohs(th->urg_ptr); in tcp_check_urg()
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_cm.c517 tcph->urg_ptr = 0; in form_cm_frame()