Lines Matching refs:tcphdr
309 struct tcphdr *tcp) in lookup_dyn_rule_locked()
449 struct tcphdr *tcp) in ipfw_lookup_dyn_rule()
812 struct tcphdr *th = NULL; in ipfw_send_pkt()
830 len = sizeof(struct ip) + sizeof(struct tcphdr); in ipfw_send_pkt()
834 len = sizeof(struct ip6_hdr) + sizeof(struct tcphdr); in ipfw_send_pkt()
856 h->ip_len = htons(sizeof(struct tcphdr)); in ipfw_send_pkt()
865 th = (struct tcphdr *)(h + 1); in ipfw_send_pkt()
873 h6->ip6_plen = htons(sizeof(struct tcphdr)); in ipfw_send_pkt()
882 th = (struct tcphdr *)(h6 + 1); in ipfw_send_pkt()
894 th->th_off = sizeof(struct tcphdr) >> 2; in ipfw_send_pkt()
931 sizeof(struct tcphdr)); in ipfw_send_pkt()