Home
last modified time | relevance | path

Searched refs:tcp_flag_word (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/include/linux/
Dtcp.h102 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3]) macro
/linux-2.4.37.9/net/ipv4/netfilter/
Dipt_LOG.c107 printk("RES=0x%02x ", (u_int8_t)(ntohl(tcp_flag_word(tcph) & TCP_RESERVED_BITS) >> 22)); in dump_packet()
Dipt_unclean.c345 if(tcp_flag_word(tcph) & TCP_RESERVED_BITS) { in check_tcp()
/linux-2.4.37.9/net/ipv6/netfilter/
Dip6t_LOG.c234 printk("RES=0x%02x ", (u_int8_t)(ntohl(tcp_flag_word(tcph) & TCP_RESERVED_BITS) >> 22)); in dump_packet()
/linux-2.4.37.9/net/ipv4/
Dtcp_minisocks.c808 u32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req()
Dtcp_input.c163 !(tcp_flag_word(skb->h.th)&TCP_REMNANT))) { in tcp_measure_rcv_mss()
4120 if ((tcp_flag_word(th) & TCP_HP_BITS) == tp->pred_flags && in tcp_rcv_established()