Lines Matching full:entry
19 /** PTMU destination cache entry */
31 /** Get PMTU entry for the given destination address
35 * @return PMTU entry if found, NULL otherwise
84 /** Update PMTU entry for the given destination address
86 * @param entry PMTU entry
92 int net_pmtu_update_entry(struct net_pmtu_entry *entry, uint16_t mtu);
94 static inline int net_pmtu_update_entry(struct net_pmtu_entry *entry, in net_pmtu_update_entry() argument
97 ARG_UNUSED(entry); in net_pmtu_update_entry()
108 * @param entry PMTU entry
111 typedef void (*net_pmtu_cb_t)(struct net_pmtu_entry *entry,
116 * @param cb PMTU callback to be called for each cache entry.