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
291 /* find the first unused index */
345 /* find the first unused index */
454 * @first: current data packet
458 struct ixgbevf_tx_buffer *first,
468 sp = skb_sec_path(first->skb);
475 xs = xfrm_input_state(first->skb);
498 first->tx_flags |= IXGBE_TX_FLAGS_IPSEC | IXGBE_TX_FLAGS_CSUM;
503 if (first->protocol == htons(ETH_P_IP))
514 if (!skb_is_gso(first->skb)) {
523 struct sk_buff *skb = first->skb;