Lines Matching refs:user
5 * interface as the means of communication with the user level.
121 static bool frag_expire_skip_icmp(u32 user)
123 return user == IP_DEFRAG_AF_PACKET ||
124 ip_defrag_user_in_between(user, IP_DEFRAG_CONNTRACK_IN,
126 ip_defrag_user_in_between(user, IP_DEFRAG_CONNTRACK_BRIDGE_IN,
186 if (frag_expire_skip_icmp(qp->q.key.v4.user) &&
206 u32 user, int vif)
211 .user = user,
407 return qp->q.key.v4.user == IP_DEFRAG_LOCAL_DELIVER;
483 int ip_defrag(struct net *net, struct sk_buff *skb, u32 user)
493 qp = ip_find(net, ip_hdr(skb), user, vif);
512 struct sk_buff *ip_check_defrag(struct net *net, struct sk_buff *skb, u32 user)
545 if (ip_defrag(net, skb, user))