Lines Matching full:room
891 * __nla_reserve - reserve room for attribute on the skb
892 * @skb: socket buffer to reserve room on
897 * room for the payload but does not copy it.
917 * __nla_reserve_64bit - reserve room for attribute on the skb and align it
918 * @skb: socket buffer to reserve room on
924 * room for the payload but does not copy it. It also ensure that this
940 * __nla_reserve_nohdr - reserve room for attribute without header
941 * @skb: socket buffer to reserve room on
944 * Reserves room for attribute payload without a header.
956 * nla_reserve - reserve room for attribute on the skb
957 * @skb: socket buffer to reserve room on
962 * room for the payload but does not copy it.
977 * nla_reserve_64bit - reserve room for attribute on the skb and align it
978 * @skb: socket buffer to reserve room on
984 * room for the payload but does not copy it. It also ensure that this
1007 * nla_reserve_nohdr - reserve room for attribute without header
1008 * @skb: socket buffer to reserve room on
1011 * Reserves room for attribute payload without a header.