HomeSort by: relevance | last modified time | path
    Searched defs:sth (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_lro.c 84 struct tcphdr *sth = (struct tcphdr *) (sih + 1); local in function:lro_match
86 return (th->th_sport == sth->th_sport &&
87 th->th_dport == sth->th_dport &&
cxgb_lro.c 84 struct tcphdr *sth = (struct tcphdr *) (sih + 1); local in function:lro_match
86 return (th->th_sport == sth->th_sport &&
87 th->th_dport == sth->th_dport &&

Completed in 22 milliseconds