Searched defs:full (Results 1 - 1 of 1) sorted by relevance

/net/dccp/
H A Dqpolicy.c69 * @full: indicates that no more packets will be admitted
74 bool (*full) (struct sock *sk); member in struct:dccp_qpolicy_operations
81 .full = qpolicy_simple_full,
87 .full = qpolicy_prio_full,
103 return qpol_table[dccp_sk(sk)->dccps_qpolicy].full(sk);

Completed in 67 milliseconds