Lines Matching defs:first
133 * ixgbevf_ipsec_find_empty_idx - find the first unused security parameter index
137 * Returns the first unused index in either the Rx or Tx SA table
297 /* find the first unused index */
351 /* find the first unused index */
460 * @first: current data packet
464 struct ixgbevf_tx_buffer *first,
474 sp = skb_sec_path(first->skb);
481 xs = xfrm_input_state(first->skb);
504 first->tx_flags |= IXGBE_TX_FLAGS_IPSEC | IXGBE_TX_FLAGS_CSUM;
509 if (first->protocol == htons(ETH_P_IP))
520 if (!skb_is_gso(first->skb)) {
529 struct sk_buff *skb = first->skb;