Home
last modified time | relevance | path

Searched refs:PFCP_HLEN (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dpfcp.h31 #define PFCP_HLEN (sizeof(struct udphdr) + sizeof(struct pfcphdr)) macro
/linux/drivers/net/
H A Dpfcp.c59 if (unlikely(!pskb_may_pull(skb, PFCP_HLEN))) in pfcp_encap_recv()
86 if (unlikely(iptunnel_pull_header(skb, PFCP_HLEN, skb->protocol, in pfcp_encap_recv()