Lines Matching refs:pskb
324 static int ipvlan_rcv_frame(struct ipvl_addr *addr, struct sk_buff **pskb, in ipvlan_rcv_frame() argument
332 struct sk_buff *skb = *pskb; in ipvlan_rcv_frame()
348 *pskb = skb; in ipvlan_rcv_frame()
723 static rx_handler_result_t ipvlan_handle_mode_l3(struct sk_buff **pskb, in ipvlan_handle_mode_l3() argument
729 struct sk_buff *skb = *pskb; in ipvlan_handle_mode_l3()
738 ret = ipvlan_rcv_frame(addr, pskb, false); in ipvlan_handle_mode_l3()
744 static rx_handler_result_t ipvlan_handle_mode_l2(struct sk_buff **pskb, in ipvlan_handle_mode_l2() argument
747 struct sk_buff *skb = *pskb; in ipvlan_handle_mode_l2()
771 ret = ipvlan_handle_mode_l3(pskb, port); in ipvlan_handle_mode_l2()
777 rx_handler_result_t ipvlan_handle_frame(struct sk_buff **pskb) in ipvlan_handle_frame() argument
779 struct sk_buff *skb = *pskb; in ipvlan_handle_frame()
787 return ipvlan_handle_mode_l2(pskb, port); in ipvlan_handle_frame()
789 return ipvlan_handle_mode_l3(pskb, port); in ipvlan_handle_frame()