Searched refs:ndp (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Doptions.c281 static inline int dccp_ndp_len(const int ndp) argument
283 return likely(ndp <= 0xFF) ? 1 : ndp <= 0xFFFF ? 2 : 3;
310 int ndp = dp->dccps_ndp_count; local
317 if (ndp > 0) {
319 const int ndp_len = dccp_ndp_len(ndp);
330 dccp_encode_value_var(ndp, ptr, ndp_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/ccids/lib/
H A Dpacket_history.h140 const u32 ndp,
153 entry->dccphrx_ndp = ndp;
138 dccp_rx_hist_entry_new(struct dccp_rx_hist *hist, const struct sock *sk, const u32 ndp, const struct sk_buff *skb, const gfp_t prio) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dauditfilter.c155 static struct audit_parent *audit_init_parent(struct nameidata *ndp) argument
170 wd = inotify_add_watch(audit_ih, &parent->wdata, ndp->dentry->d_inode,
1080 static int audit_get_nd(char *path, struct nameidata **ndp, argument
1109 *ndp = ndparent;
1116 static void audit_put_nd(struct nameidata *ndp, struct nameidata *ndw) argument
1118 if (ndp) {
1119 path_release(ndp);
1120 kfree(ndp);
1162 static int audit_add_watch(struct audit_krule *krule, struct nameidata *ndp, argument
1183 if (inotify_find_watch(audit_ih, ndp
1213 struct nameidata *ndp, *ndw; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestutils.tcl3527 proc reduce_dups { nent ndp } {
3529 upvar $ndp ndups

Completed in 113 milliseconds