Lines Matching full:room
835 * __nla_reserve - reserve room for attribute on the skb
836 * @skb: socket buffer to reserve room on
841 * room for the payload but does not copy it.
861 * __nla_reserve_64bit - reserve room for attribute on the skb and align it
862 * @skb: socket buffer to reserve room on
868 * room for the payload but does not copy it. It also ensure that this
884 * __nla_reserve_nohdr - reserve room for attribute without header
885 * @skb: socket buffer to reserve room on
888 * Reserves room for attribute payload without a header.
900 * nla_reserve - reserve room for attribute on the skb
901 * @skb: socket buffer to reserve room on
906 * room for the payload but does not copy it.
921 * nla_reserve_64bit - reserve room for attribute on the skb and align it
922 * @skb: socket buffer to reserve room on
928 * room for the payload but does not copy it. It also ensure that this
951 * nla_reserve_nohdr - reserve room for attribute without header
952 * @skb: socket buffer to reserve room on
955 * Reserves room for attribute payload without a header.