Lines Matching defs:t
616 /* We don't know where the transport layer header (or whatever is next is), */
639 * If this fragment isn't the last then the packet length must
889 * We don't do 'plen += ipoff;' here. The fr_pullup() will
1011 * packets that are a fragment that isn't the first
1088 * If the ack bit isn't set, then either the SYN or
1115 * a SYN packet [RFC1323] so we don't need this here...?
1377 * Any fragment that isn't the last fragment
1637 * If we don't have all the TCP/UDP header, then how can we
1858 /* Could be per interface, but this gets real nasty when you don't have, */
1859 /* or can't easily change, the kernel source code to . */
2508 * is 0 is to ensure that we don't count the packet twice, which can
2615 * We don't want to send RST for packets, which are going to be
2616 * dropped, just because they don't fit into TCP window. Those packets
2716 * If we didn't drop off the bottom of the list of rules (and thus
2935 /* and the TCP header. We also assume that data blocks aren't allocated in */
3447 /* group # g doesn't exist or there are less than n rules in the group. */
3761 /* the names don't match, just return oldifp. */
3813 * We don't want to invalidate references for wildcard
4375 /* in kernel space & hence doesn't need copying. */
4639 * Look for an existing matching filter rule, but don't include the
5275 /* queue is correct. We can't, however, call fr_freetimeoutqueue because */
5311 /* Move a queue entry to the front of the queue, if it isn't already there. */
5344 /* Move a queue entry to the back of the queue, if it isn't already there. */
5427 * If the queue isn't changing, and the clock hasn't ticked
5443 * If the queue isn't changing, check to see if
5732 * The global zone doesn't have a GZ-controlled stack, so no
5995 * If the TCP packet isn't a fragment, isn't too short and otherwise
5996 * isn't already considered "bad", then validate the checksum. If
7250 /* Parameters: t(I) - pointer to destination information to resolve */
7262 int ipf_getnextrule(t, ptr, ifs)
7263 ipftoken_t *t;
7273 if (t == NULL || ptr == NULL)
7300 fr = t->ipt_data;
7349 t->ipt_data = next;
7353 t->ipt_data = NULL;
7367 if (t->ipt_data == NULL) {
7368 ipf_freetoken(t, ifs);
7383 ipf_freetoken(t, ifs);
7703 * certain that timeout queue deletions didn't do enough.