Lines Matching full:how
39 .Fn MGET "struct mbuf *mbuf" "int how" "short type"
40 .Fn MGETHDR "struct mbuf *mbuf" "int how" "short type"
42 .Fn MCLGET "struct mbuf *mbuf" "int how"
66 .Fn M_PREPEND "struct mbuf *mbuf" "int len" "int how"
73 .Fn m_get "int how" "short type"
75 .Fn m_get2 "int size" "int how" "short type" "int flags"
77 .Fn m_get3 "int size" "int how" "short type" "int flags"
79 .Fn m_getm "struct mbuf *orig" "int len" "int how" "short type"
81 .Fn m_getjcl "int how" "short type" "int flags" "int size"
83 .Fn m_getcl "int how" "short type" "int flags"
85 .Fn m_gethdr "int how" "short type"
99 .Fn m_prepend "struct mbuf *mbuf" "int len" "int how"
107 .Fn m_copym "struct mbuf *mbuf" "int offset" "int len" "int how"
109 .Fn m_copypacket "struct mbuf *mbuf" "int how"
111 .Fn m_dup "const struct mbuf *mbuf" "int how"
131 .Fn m_dup_pkthdr "struct mbuf *to" "const struct mbuf *from" "int how"
137 .Fn m_split "struct mbuf *mbuf" "int len" "int how"
143 .Fn m_defrag "struct mbuf *m0" "int how"
145 .Fn m_collapse "struct mbuf *m0" "int how" "int maxfrags"
147 .Fn m_unshare "struct mbuf *m0" "int how"
408 .It Fn MGET mbuf how type
419 .Fa how
430 .It Fn MGETHDR mbuf how type
475 argument specifies the type of external data, which controls how it
481 .It Fn MCLGET mbuf how
530 .It Fn M_PREPEND mbuf len how
580 .It Fn m_get how type
584 .It Fn m_get2 size how type flags
591 .It Fn m_get3 size how type flags
598 .It Fn m_getm orig len how type
634 .It Fn m_gethdr how type
638 .It Fn m_getcl how type flags
653 .It Fn m_getjcl how type flags size
698 .It Fn m_prepend mbuf len how
816 .It Fn m_copym mbuf offset len how
835 .It Fn m_copypacket mbuf how
838 .Fn m_copym mbuf 0 M_COPYALL how .
844 .It Fn m_dup mbuf how
901 .It Fn m_dup_pkthdr to from how
989 .It Fn m_split mbuf len how
1040 .It Fn m_defrag m0 how
1048 .Fa how
1058 .It Fn m_collapse m0 how maxfrags
1067 .Fa how
1072 .It Fn m_unshare m0 how
1080 .Fa how