Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/netfilter/
Dipt_SYNPROXY.c103 nth->urg_ptr = 0; in synproxy_send_client_synack()
147 nth->urg_ptr = 0; in synproxy_send_server_syn()
187 nth->urg_ptr = 0; in synproxy_send_server_ack()
225 nth->urg_ptr = 0; in synproxy_send_client_ack()
/linux-4.1.27/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.1.27/net/ipv6/netfilter/
Dip6t_SYNPROXY.c118 nth->urg_ptr = 0; in synproxy_send_client_synack()
162 nth->urg_ptr = 0; in synproxy_send_server_syn()
202 nth->urg_ptr = 0; in synproxy_send_server_ack()
240 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.1.27/include/uapi/linux/
Dtcp.h56 __be16 urg_ptr; member
/linux-4.1.27/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.1.27/net/ipv4/
Dtcp_output.c983 th->urg_ptr = 0; in tcp_transmit_skb()
988 th->urg_ptr = htons(tp->snd_up - tcb->seq); in tcp_transmit_skb()
991 th->urg_ptr = htons(0xFFFF); in tcp_transmit_skb()
Dtcp_input.c4948 u32 ptr = ntohs(th->urg_ptr); in tcp_check_urg()
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_cm.c517 tcph->urg_ptr = 0; in form_cm_frame()