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

/net/dccp/
H A Dqpolicy.c68 * @push: add a new @skb to the write queue
73 void (*push) (struct sock *sk, struct sk_buff *skb); member in struct:dccp_qpolicy_operations
80 .push = qpolicy_simple_push,
86 .push = qpolicy_simple_push,
98 qpol_table[dccp_sk(sk)->dccps_qpolicy].push(sk, skb);

Completed in 398 milliseconds