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

  /src/sys/dist/pf/net/
pf.c 1718 struct altq_tag *atag; local in function:pf_send_tcp
1720 mtag = m_tag_get(PACKET_TAG_ALTQ_QID, sizeof(*atag), M_NOWAIT);
1722 atag = (struct altq_tag *)(mtag + 1);
1723 atag->qid = r->qid;
1725 atag->af = af;
1726 atag->hdr = mtod(m, struct ip *);
1883 struct altq_tag *atag; local in function:pf_send_icmp
1885 mtag = m_tag_get(PACKET_TAG_ALTQ_QID, sizeof(*atag), M_NOWAIT);
1887 atag = (struct altq_tag *)(mtag + 1);
1888 atag->qid = r->qid
5933 struct altq_tag *atag; local in function:pf_test
6360 struct altq_tag *atag; local in function:pf_test6
    [all...]
pf.c 1718 struct altq_tag *atag; local in function:pf_send_tcp
1720 mtag = m_tag_get(PACKET_TAG_ALTQ_QID, sizeof(*atag), M_NOWAIT);
1722 atag = (struct altq_tag *)(mtag + 1);
1723 atag->qid = r->qid;
1725 atag->af = af;
1726 atag->hdr = mtod(m, struct ip *);
1883 struct altq_tag *atag; local in function:pf_send_icmp
1885 mtag = m_tag_get(PACKET_TAG_ALTQ_QID, sizeof(*atag), M_NOWAIT);
1887 atag = (struct altq_tag *)(mtag + 1);
1888 atag->qid = r->qid
5933 struct altq_tag *atag; local in function:pf_test
6360 struct altq_tag *atag; local in function:pf_test6
    [all...]
pf.c 1718 struct altq_tag *atag; local in function:pf_send_tcp
1720 mtag = m_tag_get(PACKET_TAG_ALTQ_QID, sizeof(*atag), M_NOWAIT);
1722 atag = (struct altq_tag *)(mtag + 1);
1723 atag->qid = r->qid;
1725 atag->af = af;
1726 atag->hdr = mtod(m, struct ip *);
1883 struct altq_tag *atag; local in function:pf_send_icmp
1885 mtag = m_tag_get(PACKET_TAG_ALTQ_QID, sizeof(*atag), M_NOWAIT);
1887 atag = (struct altq_tag *)(mtag + 1);
1888 atag->qid = r->qid
5933 struct altq_tag *atag; local in function:pf_test
6360 struct altq_tag *atag; local in function:pf_test6
    [all...]

Completed in 144 milliseconds